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:
@ -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(),
|
||||
|
||||
|
Reference in New Issue
Block a user