mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-14 11:50:18 +02:00
Whitespace damage fixes.
This is cleaned up by `cleanfile` (from the linux kernel tree tool set).
This commit is contained in:
@ -11,7 +11,7 @@ homedecor.register("trash_can_green", {
|
||||
tiles = { "homedecor_pool_table_baize.png" },
|
||||
inventory_image = "homedecor_trash_can_green_inv.png",
|
||||
description = "Trash Can (green)",
|
||||
groups = {snappy=3},
|
||||
groups = {snappy=3},
|
||||
selection_box = tg_cbox,
|
||||
collision_box = tg_cbox,
|
||||
on_punch = function(pos, node, puncher, pointed_thing)
|
||||
|
Reference in New Issue
Block a user