Fixed up indentation and removed excess blank lines

This commit is contained in:
SmokeyDope 2023-02-02 22:08:37 +00:00
parent 88a7a8afab
commit 659f11bf6f
1 changed files with 7 additions and 10 deletions

View File

@ -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 = {