This commit is contained in:
Yiu Man Ho 2021-10-25 17:41:58 +08:00
parent 71e120e26d
commit 641b47adfc
No known key found for this signature in database
GPG Key ID: 487383E748B09687
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ local function air(pos)
minetest.set_node(pos,{name="air"})
end
minetest.register_node("ccs_temp_blocks:temp_block_water", {
destription = "Moderation Temp Block (Liquid Pointable)",
description = "Moderation Temp Block (Liquid Pointable)",
drawtype = "airlike",
on_construct = air,
on_punch = air,
@ -14,7 +14,7 @@ minetest.register_node("ccs_temp_blocks:temp_block_water", {
})
minetest.register_node("ccs_temp_blocks:temp_block_water", {
destription = "Moderation Temp Block",
description = "Moderation Temp Block",
drawtype = "airlike",
on_construct = air,
on_punch = air,

View File

@ -1,2 +1,2 @@
name = ccs_temp_blocks
destription = Temp and auto-disappear blocks for moderation purpose such as cleaning liquid
description = Temp and auto-disappear blocks for moderation purpose such as cleaning liquid