Advertisement
DoomRater

CFMtweaks-server.zs

Mar 1st, 2020
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. recipes.removeShapeless(<cfm:item_log>);
  2. recipes.removeShaped(<cfm:item_log>);
  3. //Uncrafting table assumes the axe is consumed when it isn't, so we MUST limit the axes to things nobody wants to duplicate
  4. recipes.addShapeless(<cfm:item_log> * 8, [<minecraft:stone_axe:*>, <ore:logWood>]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement