Place new ground covers. Also, had to change namegen's name to avoid a collision on ContentDB

This commit is contained in:
FaceDeer
2020-11-22 16:30:56 -07:00
parent dab827bf8f
commit fc2bc52203
10 changed files with 45 additions and 25 deletions

View File

@ -97,7 +97,7 @@ minetest.register_craftitem("df_farming:pig_tail_thread", {
if minetest.get_modpath("wool") then
minetest.register_craft({
output = "wool:white",
output = df_farming.node_names.wool_white,
recipe = {
{"group:thread", "group:thread"},
{"group:thread", "group:thread"},