Items are now held properly! \o/

This commit is contained in:
Ellpeck 2016-05-02 16:42:03 +02:00
parent bfc68919f3
commit 2599715973
194 changed files with 198 additions and 2487 deletions

View file

@ -109,7 +109,7 @@ public class BlockSlabs extends BlockBase{
if(PosUtil.getBlock(pos, world) == this.block && ((side.ordinal() == 1 && PosUtil.getMetadata(pos, world) == 0) || (side.ordinal() == 0 && PosUtil.getMetadata(pos, world) == 1))){ if(PosUtil.getBlock(pos, world) == this.block && ((side.ordinal() == 1 && PosUtil.getMetadata(pos, world) == 0) || (side.ordinal() == 0 && PosUtil.getMetadata(pos, world) == 1))){
if(PosUtil.setBlock(pos, world, ((BlockSlabs)this.block).fullBlock, ((BlockSlabs)this.block).meta, 3)){ if(PosUtil.setBlock(pos, world, ((BlockSlabs)this.block).fullBlock, ((BlockSlabs)this.block).meta, 3)){
SoundType type = this.block.getSoundType(); SoundType type = this.block.getSoundType();
world.playSound(player, pos, type.getPlaceSound(), SoundCategory.BLOCKS, (type.getVolume()+1.0F)/2.0F, type.getPitch()*0.8F); world.playSound(null, pos, type.getPlaceSound(), SoundCategory.BLOCKS, (type.getVolume()+1.0F)/2.0F, type.getPitch()*0.8F);
stack.stackSize--; stack.stackSize--;
return EnumActionResult.SUCCESS; return EnumActionResult.SUCCESS;
} }

View file

@ -70,7 +70,7 @@ public class BlockTreasureChest extends BlockBase{
@Override @Override
public boolean onBlockActivated(World world, BlockPos pos, IBlockState state, EntityPlayer player, EnumHand hand, ItemStack stack, EnumFacing par6, float par7, float par8, float par9){ public boolean onBlockActivated(World world, BlockPos pos, IBlockState state, EntityPlayer player, EnumHand hand, ItemStack stack, EnumFacing par6, float par7, float par8, float par9){
if(!world.isRemote){ if(!world.isRemote){
world.playSound(player, pos, SoundEvents.BLOCK_CHEST_OPEN, SoundCategory.BLOCKS, 0.2F, Util.RANDOM.nextFloat()*0.1F+0.9F); world.playSound(null, pos, SoundEvents.BLOCK_CHEST_OPEN, SoundCategory.BLOCKS, 0.2F, Util.RANDOM.nextFloat()*0.1F+0.9F);
this.dropItems(world, pos); this.dropItems(world, pos);
world.setBlockToAir(pos); world.setBlockToAir(pos);

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemAxeCrystalBlack" "layer0": "actuallyadditions:items/itemAxeCrystalBlack"
},
"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 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemAxeCrystalBlue" "layer0": "actuallyadditions:items/itemAxeCrystalBlue"
},
"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 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemAxeCrystalGreen" "layer0": "actuallyadditions:items/itemAxeCrystalGreen"
},
"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 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemAxeCrystalLightBlue" "layer0": "actuallyadditions:items/itemAxeCrystalLightBlue"
},
"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 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemAxeCrystalRed" "layer0": "actuallyadditions:items/itemAxeCrystalRed"
},
"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 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemAxeCrystalWhite" "layer0": "actuallyadditions:items/itemAxeCrystalWhite"
},
"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 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemAxeEmerald" "layer0": "actuallyadditions:items/itemAxeEmerald"
},
"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 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemAxeObsidian" "layer0": "actuallyadditions:items/itemAxeObsidian"
},
"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 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemAxeQuartz" "layer0": "actuallyadditions:items/itemAxeQuartz"
},
"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 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemBattery" "layer0": "actuallyadditions:items/itemBattery"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemBatteryDouble" "layer0": "actuallyadditions:items/itemBatteryDouble"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemBatteryQuadruple" "layer0": "actuallyadditions:items/itemBatteryQuadruple"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemBatteryQuintuple" "layer0": "actuallyadditions:items/itemBatteryQuintuple"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemBatteryTriple" "layer0": "actuallyadditions:items/itemBatteryTriple"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemBooklet" "layer0": "actuallyadditions:items/itemBooklet"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemBootsCrystalBlack" "layer0": "actuallyadditions:items/itemBootsCrystalBlack"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemBootsCrystalBlue" "layer0": "actuallyadditions:items/itemBootsCrystalBlue"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemBootsCrystalGreen" "layer0": "actuallyadditions:items/itemBootsCrystalGreen"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemBootsCrystalLightBlue" "layer0": "actuallyadditions:items/itemBootsCrystalLightBlue"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemBootsCrystalRed" "layer0": "actuallyadditions:items/itemBootsCrystalRed"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemBootsCrystalWhite" "layer0": "actuallyadditions:items/itemBootsCrystalWhite"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemBootsEmerald" "layer0": "actuallyadditions:items/itemBootsEmerald"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemBootsObsidian" "layer0": "actuallyadditions:items/itemBootsObsidian"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemBootsQuartz" "layer0": "actuallyadditions:items/itemBootsQuartz"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemBucketCanolaOil" "layer0": "actuallyadditions:items/itemBucketCanolaOil"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemBucketOil" "layer0": "actuallyadditions:items/itemBucketOil"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemCanolaSeed" "layer0": "actuallyadditions:items/itemCanolaSeed"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemChestCrystalBlack" "layer0": "actuallyadditions:items/itemChestCrystalBlack"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemChestCrystalBlue" "layer0": "actuallyadditions:items/itemChestCrystalBlue"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemChestCrystalGreen" "layer0": "actuallyadditions:items/itemChestCrystalGreen"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemChestCrystalLightBlue" "layer0": "actuallyadditions:items/itemChestCrystalLightBlue"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemChestCrystalRed" "layer0": "actuallyadditions:items/itemChestCrystalRed"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemChestCrystalWhite" "layer0": "actuallyadditions:items/itemChestCrystalWhite"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemChestEmerald" "layer0": "actuallyadditions:items/itemChestEmerald"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemChestObsidian" "layer0": "actuallyadditions:items/itemChestObsidian"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemChestQuartz" "layer0": "actuallyadditions:items/itemChestQuartz"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemChestToCrateUpgrade" "layer0": "actuallyadditions:items/itemChestToCrateUpgrade"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemCoffee" "layer0": "actuallyadditions:items/itemCoffee"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemCoffeeBeans" "layer0": "actuallyadditions:items/itemCoffeeBeans"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemCoffeeSeed" "layer0": "actuallyadditions:items/itemCoffeeSeed"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemColorLens" "layer0": "actuallyadditions:items/itemColorLens"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemCrafterOnAStick" "layer0": "actuallyadditions:items/itemCrafterOnAStick"
},
"display": {
"thirdperson": {
"rotation": [ 0, 90, -35 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemCrateKeeper" "layer0": "actuallyadditions:items/itemCrateKeeper"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemCrystalBlack" "layer0": "actuallyadditions:items/itemCrystalBlack"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemCrystalBlue" "layer0": "actuallyadditions:items/itemCrystalBlue"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemCrystalGreen" "layer0": "actuallyadditions:items/itemCrystalGreen"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemCrystalLightBlue" "layer0": "actuallyadditions:items/itemCrystalLightBlue"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemCrystalRed" "layer0": "actuallyadditions:items/itemCrystalRed"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemCrystalWhite" "layer0": "actuallyadditions:items/itemCrystalWhite"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDamageLens" "layer0": "actuallyadditions:items/itemDamageLens"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillBlack" "layer0": "actuallyadditions:items/itemDrillBlack"
},
"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 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillBlue" "layer0": "actuallyadditions:items/itemDrillBlue"
},
"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 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillBrown" "layer0": "actuallyadditions:items/itemDrillBrown"
},
"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 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillCyan" "layer0": "actuallyadditions:items/itemDrillCyan"
},
"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 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillGray" "layer0": "actuallyadditions:items/itemDrillGray"
},
"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 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillGreen" "layer0": "actuallyadditions:items/itemDrillGreen"
},
"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 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillLightBlue" "layer0": "actuallyadditions:items/itemDrillLightBlue"
},
"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 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillLightGray" "layer0": "actuallyadditions:items/itemDrillLightGray"
},
"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 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillLime" "layer0": "actuallyadditions:items/itemDrillLime"
},
"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 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillMagenta" "layer0": "actuallyadditions:items/itemDrillMagenta"
},
"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 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillOrange" "layer0": "actuallyadditions:items/itemDrillOrange"
},
"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 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillPink" "layer0": "actuallyadditions:items/itemDrillPink"
},
"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 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillPurple" "layer0": "actuallyadditions:items/itemDrillPurple"
},
"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 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillRed" "layer0": "actuallyadditions:items/itemDrillRed"
},
"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 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillUpgradeBlockPlacing" "layer0": "actuallyadditions:items/itemDrillUpgradeBlockPlacing"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillUpgradeFiveByFive" "layer0": "actuallyadditions:items/itemDrillUpgradeFiveByFive"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillUpgradeFortune" "layer0": "actuallyadditions:items/itemDrillUpgradeFortune"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillUpgradeFortuneII" "layer0": "actuallyadditions:items/itemDrillUpgradeFortuneII"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillUpgradeSilkTouch" "layer0": "actuallyadditions:items/itemDrillUpgradeSilkTouch"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillUpgradeSpeed" "layer0": "actuallyadditions:items/itemDrillUpgradeSpeed"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillUpgradeSpeedII" "layer0": "actuallyadditions:items/itemDrillUpgradeSpeedII"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillUpgradeSpeedIII" "layer0": "actuallyadditions:items/itemDrillUpgradeSpeedIII"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillUpgradeThreeByThree" "layer0": "actuallyadditions:items/itemDrillUpgradeThreeByThree"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillWhite" "layer0": "actuallyadditions:items/itemDrillWhite"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDrillYellow" "layer0": "actuallyadditions:items/itemDrillYellow"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemDust" "layer0": "actuallyadditions:items/itemDust"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemExplosionLens" "layer0": "actuallyadditions:items/itemExplosionLens"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemFertilizer" "layer0": "actuallyadditions:items/itemFertilizer"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemFlaxSeed" "layer0": "actuallyadditions:items/itemFlaxSeed"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemFoodBacon" "layer0": "actuallyadditions:items/itemFoodBacon"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemFoodBaguette" "layer0": "actuallyadditions:items/itemFoodBaguette"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemFoodBigCookie" "layer0": "actuallyadditions:items/itemFoodBigCookie"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemFoodCarrotJuice" "layer0": "actuallyadditions:items/itemFoodCarrotJuice"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemFoodCheese" "layer0": "actuallyadditions:items/itemFoodCheese"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemFoodChocolate" "layer0": "actuallyadditions:items/itemFoodChocolate"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemFoodChocolateCake" "layer0": "actuallyadditions:items/itemFoodChocolateCake"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemFoodChocolateToast" "layer0": "actuallyadditions:items/itemFoodChocolateToast"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemFoodDoughnut" "layer0": "actuallyadditions:items/itemFoodDoughnut"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemFoodFishNChips" "layer0": "actuallyadditions:items/itemFoodFishNChips"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemFoodFrenchFries" "layer0": "actuallyadditions:items/itemFoodFrenchFries"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemFoodFrenchFry" "layer0": "actuallyadditions:items/itemFoodFrenchFry"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemFoodHamburger" "layer0": "actuallyadditions:items/itemFoodHamburger"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemFoodNoodle" "layer0": "actuallyadditions:items/itemFoodNoodle"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemFoodPizza" "layer0": "actuallyadditions:items/itemFoodPizza"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemFoodPumpkinStew" "layer0": "actuallyadditions:items/itemFoodPumpkinStew"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemFoodRice" "layer0": "actuallyadditions:items/itemFoodRice"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemFoodRiceBread" "layer0": "actuallyadditions:items/itemFoodRiceBread"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

View file

@ -1,18 +1,6 @@
{ {
"parent": "builtin/generated", "parent": "actuallyadditions:item/standardItem",
"textures": { "textures": {
"layer0": "actuallyadditions:items/itemFoodSpaghetti" "layer0": "actuallyadditions:items/itemFoodSpaghetti"
},
"display": {
"thirdperson": {
"rotation": [ -90, 0, 0 ],
"translation": [ 0, 1, -3 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson": {
"rotation": [ 0, -135, 25 ],
"translation": [ 0, 4, 2 ],
"scale": [ 1.7, 1.7, 1.7 ]
}
} }
} }

Some files were not shown because too many files have changed in this diff Show more