6019 Commits

Author SHA1 Message Date
Boblet
341bc38a09 there's a paintbrush stuck in my ass 2026-03-04 10:32:06 +01:00
Raaaaaaaaaay
b108bc1f57
Фиксики 2026-03-03 17:39:30 +02:00
Raaaaaaaaaay
21cd3a9eeb
Merge branch 'HbmMods:master' into master 2026-03-03 17:03:15 +02:00
HbmMods
3c38e6c414
Merge pull request #2736 from NarekoMichigami810/master
zh_CN update
2026-03-03 15:59:26 +01:00
道神 馴子
dbff2daef1
Merge branch 'HbmMods:master' into master 2026-03-03 13:13:09 +08:00
Bob
aaf94ba6e4 lids aren't done yet shut up 2026-03-02 22:12:23 +01:00
道神 馴子
144d5dc2a6
- 2026-03-01 12:25:16 +08:00
abel1502
e41cfeff7f
Fix mass storage placing 2026-02-28 14:38:17 +01:00
abel1502
e72959d436
Require shift to place crates in world
Essentially makes crate opening from hand take priority over placing, if it is enabled at all. Not the other way round (shift forces opening, regular click places) because that would make it improssible to place a crate on an interactable block
2026-02-28 14:23:56 +01:00
道神 馴子
98e1f4b236
= 2026-02-28 18:02:51 +08:00
道神 馴子
b3692b6352
飛車飛車 2026-02-28 14:35:50 +08:00
Boblet
f8b7e8528c bluh 2026-02-27 11:44:21 +01:00
Raaaaaaaaaay
a1fc206006
its no fine 2026-02-27 09:46:14 +02:00
Raaaaaaaaaay
2fc4e04b4c
its fine 2026-02-27 09:23:22 +02:00
Raaaaaaaaaay
c98c83aa5d
Merge branch 'HbmMods:master' into master 2026-02-27 09:22:12 +02:00
HbmMods
3bf7b5614b
Merge pull request #2733 from Voxelstice/oc-ccgt-fix
Gas turbine shutdown fix + OC state functions fix
2026-02-27 08:12:31 +01:00
Raaaaaaaaaay
4f8b43ac89
Блять 2026-02-26 23:51:37 +02:00
Raaaaaaaaaay
f7e271629d
Merge branch 'HbmMods:master' into master 2026-02-26 23:49:58 +02:00
Voxelstice
d5e53550ef sorry guys, no more ccgt fusion
- fixes OC compat state functions to check current state before changing it
- fixed shutdown glitching out when doing it immediately after startup
2026-02-26 17:08:45 +03:00
HbmMods
c34e9c15e4
Merge pull request #2732 from mikkerlo/buzzsaw
Rewrite autosaw fellTree with 0-1 BFS tree detection
2026-02-26 11:12:21 +01:00
Boblet
4aa7ac7550 murdering legacy featues by the boatload 2026-02-26 10:58:23 +01:00
Mikhail Semenov
34f66d0ad9 Rewrite autosaw fellTree with 0-1 BFS tree detection
Old approach scanned a fixed 5-direction, 10-block-high column — missed
branches, couldn't distinguish adjacent trees.

New approach:
- Scan working area for valid tree bases with plantable ground below
- 0-1 BFS from all bases using 18-connectivity to assign each
  wood/leaf block to its nearest trunk
- Only fell blocks owned by the hit tree's column
2026-02-26 07:02:30 +01:00
Boblet
c6faa08e73 yet another hotfix yay 1.0.27_X5617 2026-02-25 16:18:02 +01:00
Raaaaaaaaaay
82dd6f6358
Я забыл, и потерялся 2026-02-25 15:58:29 +02:00
HbmMods
f15b21cb64
Merge pull request #2728 from RayzerHan/master
Update ru_RU
2026-02-25 13:46:24 +01:00
Raaaaaaaaaay
474e254a5d
а 2026-02-25 14:34:43 +02:00
Raaaaaaaaaay
6fb495bd7b
Merge branch 'HbmMods:master' into master 2026-02-25 14:33:47 +02:00
Bob
8f3c357d03 among ass: the fantastic butt fighting game 1.0.27_X5616 2026-02-24 20:48:52 +01:00
Boblet
2cfb1bebed e 2026-02-24 16:01:36 +01:00
Raaaaaaaaaay
077a2cf68c
Запрещаю ныть. 2026-02-24 15:57:32 +02:00
Raaaaaaaaaay
a6f98a28c1
update 2026-02-24 15:43:35 +02:00
Boblet
ed481dded5 fist of the north star 2026-02-24 13:09:16 +01:00
Bob
960d28740b bluh 2026-02-23 21:24:41 +01:00
Bob
ca247c69b8 ough 2026-02-23 21:19:40 +01:00
Bob
b76027cb58 let's get this crap out the door 1.0.27_X5615 2026-02-23 20:49:18 +01:00
HbmMods
efa69dbde0
Merge pull request #2724 from RayzerHan/master
Update ru_RU
2026-02-23 20:45:30 +01:00
Raaaaaaaaaay
b7f40edb85
Merge branch 'HbmMods:master' into master 2026-02-23 21:41:54 +02:00
Raaaaaaaaaay
225b39dfe0
Блядство 2026-02-23 21:40:24 +02:00
HbmMods
ad72c71082
Merge pull request #2719 from ItalianDudes/master
Added zirnox reactor redstone support on/off
2026-02-23 20:39:03 +01:00
Bob
f62fcc89cb back mounted rocket launcher time 2026-02-23 20:36:00 +01:00
Hacker6329
2313cd3b44 Fixed issue: redstonePowered state not being serialized/deserialized 2026-02-23 18:56:32 +01:00
Hacker6329
36a39b09e4 Fixed issue: redstonePowered state not saved in nbt 2026-02-23 18:44:56 +01:00
Hacker6329
6be023015f Fixed issue: reactor shutting down if not redstone powered and on by GUI in case of block update nearby.
Fixed issue: zirnox multiblock not breaking entirely if mined.
2026-02-23 18:31:28 +01:00
Boblet
04708e8c90 ok that's enough 2026-02-23 13:13:07 +01:00
Boblet
e20baf4293 Merge remote-tracking branch 'origin/master' 2026-02-23 12:14:39 +01:00
Boblet
f4e43ce829 dornan can now bitch slap you 2026-02-23 12:14:32 +01:00
HbmMods
18187e8010
Merge pull request #2722 from RayzerHan/master
update ru_RU
2026-02-23 10:31:13 +01:00
Boblet
e20d28f1d6 slight musky man nerf 2026-02-23 10:30:24 +01:00
Raaaaaaaaaay
43c59db14b
beta 2026-02-23 11:09:29 +02:00
Raaaaaaaaaay
2d6fbfc2d9
Merge branch 'HbmMods:master' into master 2026-02-23 11:07:53 +02:00