Chests: Use prepend styling and re-order elements (#608)

This commit is contained in:
SmallJoker
2022-10-29 21:36:33 +02:00
committed by GitHub
부모 091bb2406d
커밋 d4609f23f2
11개의 변경된 파일77개의 추가작업 그리고 44개의 파일을 삭제

파일 보기

@@ -1,7 +1,7 @@
technic.chests.groups = {snappy=2, choppy=2, oddly_breakable_by_hand=2,
tubedevice=1, tubedevice_receiver=1}
tubedevice=1, tubedevice_receiver=1, technic_chest=1}
technic.chests.groups_noinv = {snappy=2, choppy=2, oddly_breakable_by_hand=2,
tubedevice=1, tubedevice_receiver=1, not_in_creative_inventory=1}
tubedevice=1, tubedevice_receiver=1, not_in_creative_inventory=1, technic_chest=1}
technic.chests.tube = {
insert_object = function(pos, node, stack, direction)