Add placement prediction for rope
This commit is contained in:
parent
5c1165ea54
commit
0f31e75cdd
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user