mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-24 20:03:45 +01:00
Fixed up indentation and removed excess blank lines
This commit is contained in:
parent
88a7a8afab
commit
659f11bf6f
@ -130,7 +130,6 @@ minetest.register_node("mcl_crimson:twisting_vines", {
|
||||
if not minetest.is_creative_enabled(clicker:get_player_name()) then
|
||||
itemstack:take_item()
|
||||
end
|
||||
|
||||
grow_vines(pos, 1, "mcl_crimson:twisting_vines")
|
||||
local idef = itemstack:get_definition()
|
||||
local itemstack, success = minetest.item_place_node(itemstack, placer, pointed_thing)
|
||||
@ -232,8 +231,6 @@ minetest.register_node("mcl_crimson:weeping_vines", {
|
||||
minetest.registered_nodes[node.name].on_dig(below, node, digger)
|
||||
end
|
||||
end,
|
||||
|
||||
|
||||
drop = {
|
||||
max_items = 1,
|
||||
items = {
|
||||
|
Loading…
Reference in New Issue
Block a user