14898 Commits

Author SHA1 Message Date
Elias Åström
f287d4066b Prefix _observer_off/on fields with _mcl_ 2024-11-20 02:31:45 +00:00
Elias Åström
33ef4fb4dc Make observer clocks function 2024-11-20 02:31:45 +00:00
Elias Åström
8ce6674da5 Replace mcl_var redstone tick variable 2024-11-20 02:31:45 +00:00
Elias Åström
c6c9048667 Remove trailing whitespace 2024-11-20 02:31:45 +00:00
Elias Åström
d23bd927b3 Update redstone zh_Hant translation files to zh_TW 2024-11-20 02:31:45 +00:00
Elias Åström
6e35f9d83e Update outdated API docs 2024-11-20 02:31:45 +00:00
Elias Åström
839b9e995d Restore updated bulb light levels 2024-11-20 02:31:45 +00:00
Elias Åström
f5cc4d2d58 Do not allow turning X connected wires to dot 2024-11-20 02:31:45 +00:00
Elias Åström
190772392f Fix aliases for removed wire nodes 2024-11-20 02:31:45 +00:00
Elias Åström
eb7a355caf Run ltt_convert.py --tr2po for redstone mods 2024-11-20 02:31:45 +00:00
Elias Åström
dafc828593 Migrate translations from old mesecons 2024-11-20 02:31:45 +00:00
Elias Åström
0ac265d3b0 Fix crash for wires next to unknown nodes 2024-11-20 02:31:45 +00:00
Elias Åström
b5bd2d411b Remove unused field 2024-11-20 02:31:45 +00:00
Elias Åström
e5546fa05c Fix powered rails not powering 2024-11-20 02:31:45 +00:00
Elias Åström
019e4a8e38 Add toggling between cross and dot for wires 2024-11-20 02:31:45 +00:00
goblin_mode
8af2a7778f Simplify wire "bump" nodebox registration 2024-11-20 02:31:45 +00:00
Elias Åström
8337957916 Combine wireflags and logical wireflags 2024-11-20 02:31:45 +00:00
Elias Åström
14c11e40f1 Update comments 2024-11-20 02:31:45 +00:00
Elias Åström
8538d29055 Make temporary wires table not global 2024-11-20 02:31:45 +00:00
Elias Åström
9082549b8e Explain order of bits in wireflags 2024-11-20 02:31:45 +00:00
Elias Åström
36ee008105 Fix wire connection bug with target block 2024-11-20 02:31:45 +00:00
Jürgen Rühle
fd953a04ea Fix opaque node after_destruct override 2024-11-20 02:31:45 +00:00
goblin_mode
5b1e102c8a fix wire propagation 2024-11-20 02:31:45 +00:00
Elias Åström
9307e7c65c Use a node cache in wire propagate 2024-11-20 02:31:45 +00:00
Jürgen Rühle
7cbc27bd73 Use new dropper name in crafting recipe 2024-11-20 02:31:45 +00:00
Jürgen Rühle
cd2e03ce52 Output mcl_redstone:redstone in redstone ore cooking recipe 2024-11-20 02:31:45 +00:00
Jürgen Rühle
5cb2d03413 Add back comparator, repeater, and redstone torch recipe 2024-11-20 02:31:45 +00:00
Jürgen Rühle
544c94ecb3 mcl_util.get_double_container_neighbor_pos should return a real vector
So use vector.offset instead of the hand rolled tables.
2024-11-20 02:31:45 +00:00
Elias Åström
e1dc1f1789 Fix event cancelling with priority 2024-11-20 02:31:45 +00:00
goblin_mode
e567b86333 improve pistons moving entities upwards 2024-11-20 02:31:45 +00:00
goblin_mode
4b8eaad07a make piston pushers breakable 2024-11-20 02:31:45 +00:00
goblin_mode
ee86df5bde improve piston moving entities 2024-11-20 02:31:45 +00:00
goblin_mode
7dba258494 simplify node names 2024-11-20 02:31:45 +00:00
goblin_mode
0f34b341e7 remove all remaining mentions of mvps 2024-11-20 02:31:45 +00:00
goblin_mode
966eed31fa add aliases for old pistons
this converts pistons that are in inventories
2024-11-20 02:31:45 +00:00
goblin_mode
66fa59cde5 rename _redstone to _mcl_redstone for pistons 2024-11-20 02:31:45 +00:00
goblin_mode
923b344282 make pistons not pull unsticky blocks 2024-11-20 02:31:45 +00:00
goblin_mode
e3c19c1f46 add crafting recipes 2024-11-20 02:31:45 +00:00
goblin_mode
98d435db60 minor sticking API improvement 2024-11-20 02:31:45 +00:00
goblin_mode
33a5be054c add aliases for old mesecons pistons 2024-11-20 02:31:45 +00:00
goblin_mode
8c27819151 make containers unmovable by piston
unless otherwise specified
2024-11-20 02:31:45 +00:00
goblin_mode
40493befc2 add delay to pistons retracting/extending 2024-11-20 02:31:45 +00:00
goblin_mode
0957a52ad0 remove incorrect slimeblock behavior 2024-11-20 02:31:45 +00:00
goblin_mode
9c1967d0e3 clean up piston definitions 2024-11-20 02:31:45 +00:00
goblin_mode
61be2bae21 improve piston moving entities 2024-11-20 02:31:45 +00:00
goblin_mode
dec75a393e remove uneeded dependncies 2024-11-20 02:31:45 +00:00
goblin_mode
b46042ce16 remove mesecons_pistons and mesecons_mvps 2024-11-20 02:31:45 +00:00
goblin_mode
80b8c339b0 add piston nodes 2024-11-20 02:31:45 +00:00
goblin_mode
7f800a895e make some entities unmovable by pistons 2024-11-20 02:31:45 +00:00
goblin_mode
f408adb2e5 add unsticky and unmovable_by_piston groups to nodes 2024-11-20 02:31:45 +00:00