From 636c10d229f21004d33725bc649fac18a6e54271 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Fri, 12 Jul 2024 06:15:22 +0300 Subject: [PATCH] fix base:torch material --- res/content/base/blocks/torch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/content/base/blocks/torch.json b/res/content/base/blocks/torch.json index 7b0605b7..133f9739 100644 --- a/res/content/base/blocks/torch.json +++ b/res/content/base/blocks/torch.json @@ -14,5 +14,6 @@ "shadeless": true, "obstacle": false, "grounded": true, - "rotation": "pipe" + "rotation": "pipe", + "material": "base:wood" }