Merge branch '1.8-Rewrite' of https://github.com/WayofTime/BloodMagic into 1.8-Rewrite
This commit is contained in:
commit
fd671f2902
|
@ -59,7 +59,7 @@ public class ModBlocks
|
|||
public static Block ritualController;
|
||||
public static Block ritualStone;
|
||||
public static Block bloodLight;
|
||||
public static Block testSpellBlock;
|
||||
// public static Block testSpellBlock;
|
||||
public static Block pedestal;
|
||||
public static Block teleposer;
|
||||
public static Block alchemyArray;
|
||||
|
@ -89,7 +89,6 @@ public class ModBlocks
|
|||
ritualController = registerBlock(new BlockRitualController(), ItemBlockRitualController.class);
|
||||
ritualStone = registerBlock(new BlockRitualStone(), ItemBlockRitualStone.class);
|
||||
bloodLight = registerBlock(new BlockBloodLight());
|
||||
testSpellBlock = registerBlock(new BlockTestSpellBlock());
|
||||
pedestal = registerBlock(new BlockPedestal(), ItemBlockPedestal.class);
|
||||
teleposer = registerBlock(new BlockTeleposer());
|
||||
alchemyArray = registerBlock(new BlockAlchemyArray());
|
||||
|
@ -105,6 +104,8 @@ public class ModBlocks
|
|||
incenseAltar = registerBlock(new BlockIncenseAltar());
|
||||
pathBlock = registerBlock(new BlockPath(), ItemBlockPath.class);
|
||||
|
||||
// testSpellBlock = registerBlock(new BlockTestSpellBlock());
|
||||
|
||||
BloodMagicAPI.addToTeleposerBlacklist(inputRoutingNode);
|
||||
BloodMagicAPI.addToTeleposerBlacklist(outputRoutingNode);
|
||||
BloodMagicAPI.addToTeleposerBlacklist(itemRoutingNode);
|
||||
|
|
|
@ -15,7 +15,7 @@ item.BloodMagic.daggerOfSacrifice.name=Dagger of Sacrifice
|
|||
|
||||
item.BloodMagic.lavaCrystal.name=Lava Crystal
|
||||
|
||||
item.BloodMagic.bound.sword.name=Bound Sword
|
||||
item.BloodMagic.bound.sword.name=Bound Blade
|
||||
item.BloodMagic.bound.pickaxe.name=Bound Pickaxe
|
||||
item.BloodMagic.bound.axe.name=Bound Axe
|
||||
item.BloodMagic.bound.shovel.name=Bound Shovel
|
||||
|
@ -350,3 +350,4 @@ option.BloodMagic.bypassSneak=Bypass Sneak
|
|||
option.BloodMagic.bloodAltar=Blood Altar
|
||||
option.BloodMagic.ritualController=Ritual Stones
|
||||
option.BloodMagic.teleposer=Teleposer
|
||||
option.BloodMagic.array=Alchemy Array
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/Item_deactivated"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/BoundAxe_activated"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/Item_deactivated"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/BoundPickaxe_activated"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/Item_deactivated"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/BoundShovel_activated"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/Item_deactivated"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/BoundSword_activated"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/DaggerOfSacrifice"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/SacrificialDagger"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/SacrificialDagger"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/SoulSword_deactivated"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/SoulSword_activated"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"parent":"builtin/generated",
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 0, 90, -35 ],
|
||||
"translation": [ 0, 1.25, -3.5 ],
|
||||
"scale": [ 0.85, 0.85, 0.85 ]
|
||||
},
|
||||
"firstperson": {
|
||||
"rotation": [ 0, -135, 25 ],
|
||||
"translation": [ 0, 4, 2 ],
|
||||
"scale": [ 1.7, 1.7, 1.7 ]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue