Skip to content

Commit

Permalink
Change from 'stone' to 'glass' in the lava barrier name (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
src4026 authored Nov 14, 2023
1 parent dde18eb commit d0c053f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/ctf/ctf_map/nodes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ minetest.register_node("ctf_map:ind_water", {
ctf_map.barrier_nodes[minetest.get_content_id("ctf_map:ind_water")] = minetest.get_content_id("default:water_source")

minetest.register_node("ctf_map:ind_lava", {
description = "Indestructible Lava Barrier Stone",
description = "Indestructible Lava Barrier Glass",
groups = {immortal = 1},
tiles = {"ctf_map_ind_lava.png"},
is_ground_content = false
Expand Down

0 comments on commit d0c053f

Please sign in to comment.