From 3b3911717b97f7faa4a702693ce5f23095a522e2 Mon Sep 17 00:00:00 2001 From: 1F616EMO Date: Tue, 18 Jun 2024 18:58:47 +0800 Subject: [PATCH] Document new behaviour of matereials --- game_api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game_api.txt b/game_api.txt index b3f6efc6..fb769c8d 100644 --- a/game_api.txt +++ b/game_api.txt @@ -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(),