|
ab42d1c1fb
|
Use Xoshiro256SSRandom instead of CMWC in enormous placements
|
2025-03-05 09:45:22 +07:00 |
|
|
b8468f7828
|
Merge branch 'prng' into worldgen-placement-providers
|
2025-03-05 09:44:23 +07:00 |
|
|
991314c07b
|
Use Xoshiro256SSRandom instead of CMWC for OTM provided level random
|
2025-03-05 09:44:02 +07:00 |
|
|
95f1a304c9
|
Provide docs for random number generators
|
2025-03-05 09:43:24 +07:00 |
|
|
b8291c7e1c
|
Proper Xoshiro256 initialization with 256 bit seed
|
2025-03-05 09:34:29 +07:00 |
|
|
1a52864c4e
|
Throw an exception when xoshiro seed is completely zero
|
2025-03-05 09:31:28 +07:00 |
|
|
f19804dd4a
|
Provide better random seeds for random number generators
|
2025-03-05 09:10:23 +07:00 |
|
|
49f76c7bdd
|
Provide Xoshiro256StarStar random
|
2025-03-05 09:07:01 +07:00 |
|
|
6c087a278d
|
Don't store seed since it is of no use
|
2025-03-05 08:38:07 +07:00 |
|
|
e03d9b1a74
|
Provide LCG64 implementation as separate class
|
2025-03-05 08:37:43 +07:00 |
|
|
d326e45b32
|
Initialize carry using lcg instead of modulo divide seed
|
2025-03-05 08:20:39 +07:00 |
|
|
9417d6ffdc
|
Use more robust 64-bit LCG for seeding CMWC internal state
|
2025-03-05 01:03:00 +07:00 |
|
|
01a6ca27bf
|
Merge branch '1.21' into worldgen-placement-providers
|
2025-03-05 00:45:13 +07:00 |
|
|
4eb7971717
|
Further reduce internal state of CMWC (from 1024 octets / 8192 bits to just 128 octets / 1024 bits) because we don't need these insane periods
|
2025-03-04 21:06:22 +07:00 |
|
|
257c5edacb
|
рецепт конфигуратора
|
2025-03-04 15:20:01 +03:00 |
|
|
93fea6394f
|
компонент экран + корректировка рецептов
GearShocky — Сегодня, в 14:35
сканер сингулярностей
его кстати переделать нужно
|
2025-03-04 15:00:12 +03:00 |
|
|
db3f22f3fc
|
Merge branch '1.21' into worldgen-placement-providers
|
2025-03-04 18:51:27 +07:00 |
|
|
5ea0b64982
|
конфигуратор для копирования настроек #341
|
2025-03-04 14:15:04 +03:00 |
|
|
440b7fff2b
|
Falling sun
|
2025-03-04 06:18:01 +05:00 |
|
|
f03081f0f2
|
Merge remote-tracking branch 'origin/1.21' into 1.21
|
2025-03-04 00:13:41 +05:00 |
|
|
b38ebfaa3b
|
I want this
|
2025-03-04 00:13:32 +05:00 |
|
|
5df477feab
|
Fix grill not marking chunk as dirty when it ticks progress/fuel
|
2025-03-03 22:29:00 +07:00 |
|
|
b83c9edf13
|
Delegate List.shuffle extension impl to Minecraft util
|
2025-03-03 22:22:04 +07:00 |
|
|
fcec612718
|
Lock CMWC state size to 256 WORDs, improving performance of nextInt()
|
2025-03-03 22:19:57 +07:00 |
|
|
38923d7978
|
Fix flywheel battery not marking chunk dirty when energy level changes
|
2025-03-03 22:17:20 +07:00 |
|
|
d2f119a112
|
теги структур и карты для картографа
|
2025-03-03 17:34:39 +03:00 |
|
|
362c3bd931
|
Shuffle entities in vicinity of android charger, so all players around it will get charged more or less equally
|
2025-03-03 18:01:03 +07:00 |
|
|
866776dc74
|
YuRaNnNzZZ — Сегодня, в 17:57
но он продолжает меня заряжать
|
2025-03-03 17:59:50 +07:00 |
|
|
4da5ef81f7
|
Merge branch '1.21' into worldgen-placement-providers
|
2025-03-03 14:44:28 +07:00 |
|
|
56cce749f7
|
Make HFB be correct tool for plants and cobwebs
|
2025-03-03 13:40:33 +07:00 |
|
|
c96614c7c0
|
Replace usages of Level#random with OTM provided random (CMWC)
|
2025-03-03 13:23:06 +07:00 |
|
|
bc2c531e1f
|
Attach CMWC random to Level class, as alternative random to be used in OTM
|
2025-03-03 12:20:29 +07:00 |
|
|
536f69930c
|
Use CMWC random for enormous placements
|
2025-03-03 12:12:15 +07:00 |
|
|
988f078d24
|
Merge branch '1.21' into worldgen-placement-providers
|
2025-03-03 12:11:23 +07:00 |
|
|
32ef2911fa
|
Implement Complementary Multiply-With-Curry Random
|
2025-03-03 12:02:42 +07:00 |
|
|
4e653b6544
|
lang
|
2025-03-03 05:59:06 +05:00 |
|
|
f6abe0f038
|
Initial worm placement code along with debug feature
|
2025-03-03 06:40:29 +07:00 |
|
|
b585187ae0
|
Merge remote-tracking branch 'origin/1.21' into 1.21
|
2025-03-03 03:21:08 +05:00 |
|
|
2ee6c7e923
|
Loader
|
2025-03-03 03:20:55 +05:00 |
|
|
97d30d3a19
|
Add seed mix to enormous placements
|
2025-03-02 11:36:35 +07:00 |
|
|
cc9ebef018
|
Remove chunk cache tweaking from datapack
|
2025-03-02 11:29:08 +07:00 |
|
|
f9c8130e26
|
Merge branch '1.21' into worldgen-placement-providers
|
2025-03-02 11:25:40 +07:00 |
|
|
c0812687cb
|
OneOf number provider, improve dilithium ore generation further
|
2025-03-02 11:21:30 +07:00 |
|
|
cd38e1a154
|
Adjust dilithium placement parameters
|
2025-03-02 09:59:20 +07:00 |
|
|
a903b9cff8
|
Enormous placement modifier, greatly enhance dilithium ore placement
|
2025-03-02 09:56:58 +07:00 |
|
|
42b86778cb
|
Веасол
|
2025-03-02 05:44:11 +03:00 |
|
|
36a16ac9d2
|
Trollium
|
2025-03-01 21:59:10 +03:00 |
|
|
e6bab75bc7
|
YuRaNnNzZZ — Сегодня, в 20:44
Изображение
а обратно?
|
2025-03-01 20:58:00 +03:00 |
|
|
80128a01e5
|
forgot
|
2025-03-01 19:22:48 +05:00 |
|
|
e1decb67ec
|
Imperfect bread
|
2025-03-01 19:16:18 +05:00 |
|