Skip to content

Commit

Permalink
fix chernobylite block typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Apr 5, 2020
1 parent 03c0538 commit 1a4b5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ minetest.register_chatcommand("water_remove", {
})

if minetest.get_modpath("technic") then
local c_chernobylite = minetest.get_content_id("technic:chernobylite")
local c_chernobylite = minetest.get_content_id("technic:chernobylite_block")

assert(c_chernobylite)

Expand Down

0 comments on commit 1a4b5eb

Please sign in to comment.