Remove "antum_crafting". Methods are now taken care of in

"antum_overrides".
master
AntumDeluge 2016-08-29 17:41:08 -07:00
parent f05580dcc3
commit 23a8b10a35
2 changed files with 0 additions and 10 deletions

View File

@ -1,3 +0,0 @@
farming
wool
craft_guide?

View File

@ -1,7 +0,0 @@
-- Create cotton from white wool
minetest.register_craft({
output = "farming:cotton 4",
type = "shapeless",
recipe = {"wool:white"},
})