mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-14 06:20:25 +02:00
Place new ground covers. Also, had to change namegen's name to avoid a collision on ContentDB
This commit is contained in:
@ -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"},
|
||||
|
Reference in New Issue
Block a user