1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-07-13 19:30:19 +02:00

Fix crafting for fences etc. starting with colon (#3132)

This commit is contained in:
1F616EMO~nya
2024-06-22 18:54:27 +08:00
committed by GitHub
parent 82b017af6b
commit 91f6e5faec
2 changed files with 39 additions and 27 deletions

View File

@ -324,7 +324,7 @@ Allows creation of new fences with "fencelike" drawtype.
name = "default:fence_wood",
description = "Wooden Fence",
texture = "default_wood.png",
material = "default:wood",
material = "default:wood", -- `nil` if you don't want the recipe
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2},
sounds = default.node_sound_wood_defaults(),