From 8a170b36c5f2fe14cebf5d05f57920303d36d509 Mon Sep 17 00:00:00 2001 From: Singularis Date: Sun, 1 Dec 2024 06:47:08 +0100 Subject: [ch_core/creative_inventory] nová kategorie pro lokomotivy a vagony MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - [ch_core/creative_inventory] změna řazení nástupišť --- advtrains/misc_nodes.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'advtrains/misc_nodes.lua') diff --git a/advtrains/misc_nodes.lua b/advtrains/misc_nodes.lua index 60e304f..ea54873 100644 --- a/advtrains/misc_nodes.lua +++ b/advtrains/misc_nodes.lua @@ -53,7 +53,7 @@ function advtrains.register_platform(modprefix, preset, use_full_nodename) minetest.register_node(modprefix .. ":platform_low_"..nodename, { description = attrans("@1 Platform (low)", desc), tiles = {btex.."^advtrains_platform.png", btex, btex, btex, btex, btex}, - groups = {cracky = 1, not_blocking_trains = 1, platform=1}, + groups = {cracky = 1, not_blocking_trains = 1, platform=2}, sounds = ndef.sounds, drawtype = "nodebox", node_box = { @@ -80,7 +80,7 @@ function advtrains.register_platform(modprefix, preset, use_full_nodename) minetest.register_node(modprefix .. ":platform_high_"..nodename, { description = attrans("@1 Platform (high)", desc), tiles = {btex.."^advtrains_platform.png", btex, btex, btex, btex, btex}, - groups = {cracky = 1, not_blocking_trains = 1, platform=2}, + groups = {cracky = 1, not_blocking_trains = 1, platform=1}, sounds = ndef.sounds, drawtype = "nodebox", node_box = { @@ -106,7 +106,7 @@ function advtrains.register_platform(modprefix, preset, use_full_nodename) if ch_core.is_shape_allowed(preset, "advtrains", "platform_45_high") then minetest.register_node(modprefix..":platform_45_"..nodename, { description = attrans("@1 Platform (45 degree)", desc), - groups = {cracky = 1, not_blocking_trains = 1, platform=2}, + groups = {cracky = 1, not_blocking_trains = 1, platform=3}, sounds = ndef.sounds, drawtype = "mesh", mesh = "advtrains_platform_diag.b3d", @@ -129,7 +129,7 @@ function advtrains.register_platform(modprefix, preset, use_full_nodename) if ch_core.is_shape_allowed(preset, "advtrains", "platform_45_low") then minetest.register_node(modprefix..":platform_45_low_"..nodename, { description = attrans("@1 Platform (low, 45 degree)", desc), - groups = {cracky = 1, not_blocking_trains = 1, platform=2}, + groups = {cracky = 1, not_blocking_trains = 1, platform=4}, sounds = ndef.sounds, drawtype = "mesh", mesh = "advtrains_platform_diag_low.b3d", -- cgit v1.2.3