various bugfixes and tweaks

This commit is contained in:
FaceDeer
2022-08-24 22:23:07 -06:00
parent 4183493e94
commit 461f2995db
5 changed files with 17 additions and 16 deletions

View File

@ -182,8 +182,6 @@ minetest.register_node("df_dependencies:firefly_bottle", {
minetest.register_craft( {
output = "df_dependencies:firefly_bottle",
recipe = {
{"df_dependencies:firefly"},
{bottle}
}
type = "shapeless",
recipe = {"df_dependencies:firefly", bottle},
})