katubug

paintbrush script that doesn't work

Jun 10th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. import crafttweaker.item.IIngredient;
  2. import crafttweaker.item.IItemStack;
  3. import crafttweaker.item.IItemCondition;
  4. import crafttweaker.oredict.IOreDict;
  5. import crafttweaker.oredict.IOreDictEntry;
  6.  
  7. //White
  8. recipes.remove(<rustic:painted_wood_white>);
  9. recipes.addShaped(<rustic:painted_wood_white> * 8, [[<ore:plankWood>, <ore:plankWood>, <ore:plankWood>],[<ore:plankWood>, <openblocks:paintbrush:*>.withTag({color: 15790320}).transformDamage(8), <ore:plankWood>], [<ore:plankWood>, <ore:plankWood>, <ore:plankWood>]]);
Advertisement
Add Comment
Please, Sign In to add comment