redstone engines work, gearboxes work, creating tools as well as torque and speed calculations

This commit is contained in:
Mohammad-Ali Minaie
2018-11-12 17:22:33 -05:00
parent 3191711b09
commit 5369a9fef1
45 changed files with 1256 additions and 478 deletions

View File

@@ -54,6 +54,10 @@
### Tid-Bits
NonNullList<ItemStack> tempDrops = NonNullList.<ItemStack>create();
ItemStack iron_gear = RecipeHelper.getFirstDictionaryMatch("gearIron", 1);
public List<NBTBase> tagList = Lists.<NBTBase>newArrayList();
NonNullList<ItemStack> renderList = NonNullList.<ItemStack>create();
NBTTagList tagList = stack.getSubCompound("BlockEntityTag").getTagList("Items", 10);
NBTTagEnd endList = new NBTTagEnd();
```
sed -i -- 's/iron/steel/g' *
rm *.json--