Add placement prediction for rope

This commit is contained in:
Wuzzy 2023-07-10 20:26:36 +02:00
parent 5c1165ea54
commit 0f31e75cdd
2 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,7 @@ The following bugs of X-Decor (as of 01/07/2023) are fixed:
* Fix storage formspecs not closing if exploded
* Show short item description in itemframe instead of itemstring
* Minor typo fixes
* Fix bad rope placement prediction
Maintenance updates:
* Chess games were disabled because they were too broken

View File

@ -89,6 +89,7 @@ xdecor.register("rope", {
inventory_image = "xdecor_rope_inv.png",
wield_image = "xdecor_rope_inv.png",
selection_box = xdecor.pixelbox(8, {{3, 0, 3, 2, 8, 2}}),
node_placement_prediction = "",
on_place = rope.place,
on_punch = function(pos, node, puncher, pointed_thing)