1
0
зеркало из https://github.com/mt-mods/homedecor_modpack.git synced 2025-10-21 10:45:48 +02:00

Disallow partially or entirely some items to rotate with the screwdriver

Этот коммит содержится в:
kilbith
2015-05-14 12:25:11 +02:00
родитель 246a38832a
Коммит e374b83bc0
20 изменённых файлов: 43 добавлений и 3 удалений

Просмотреть файл

@@ -248,6 +248,7 @@ minetest.register_node("computer:tetris_arcade", {
paramtype = "light",
paramtype2 = "facedir",
groups = {snappy=3},
on_rotate = screwdriver.rotate_simple,
selection_box = {
type = "fixed",
fixed = {-0.5, -0.5, -0.5, 0.5, 1.5, 0.5}