Elias Åström
7e9ef55ad8
Add "Differences from MineClone 2" to README
2023-06-25 17:29:37 +02:00
Elias Åström
fe080b5da9
Update migrating
2023-06-25 14:49:57 +02:00
Elias Åström
58ff0cbbcf
Update README version number
2023-06-25 12:39:35 +02:00
ancientmarinerdev
b78d6c7bf3
Fix elytra crash when flying over unknown node
2023-06-25 09:07:40 +00:00
ancientmarinerdev
e5e14cce59
Change order of numbers passed into random that crash on some Lua versions
2023-06-25 09:03:43 +00:00
cora
999e8edf3c
Put back check for objects existence (get_pos)
...
i used the more comonly used get_pos instead of get_velocity as it
was before
2023-06-25 03:07:38 +02:00
ancientmarinerdev
df13dee8f7
Fix wool farm crash
2023-06-25 03:06:07 +02:00
kabou
0dcb24604f
Reformat cocoa pod node definition groups.
2023-06-23 20:26:43 +02:00
kabou
dceb7f8148
Rename cocoa pod placement function.
...
* Rename cocoa pod placement function to match the `on_place` call in
the cocoa pods item definition.
* Make the function local, there are no callers outside of mcl_cocoas.
2023-06-23 20:26:43 +02:00
cora
85ede76987
Fix mcl_explosions.explode calls to not drop beds twice
2023-06-23 16:44:37 +02:00
chmodsayshello
720e9eda9a
remove annoying end portal sound from spawning villagers
2023-06-19 20:11:41 +00:00
Wbjitscool
0f7fb7021f
Allow specific side textures for mcl_crimson doors
...
the png files for thoes changes
2023-06-19 18:03:48 +00:00
Lars Mueller
57b883d640
Fix texture modifiers relying on undocumented behavior
2023-06-18 20:58:09 +02:00
chmodsayshello
9bb152b16a
prevent ALL furnaces from being moved
2023-06-18 12:41:37 +02:00
Elias Åström
c339fe1e7c
Update formula for computing void_regen_max_y
2023-06-18 02:18:58 +02:00
Elias Åström
f243f6a5dc
Do not regenerate mapchunks above bedrock layer
2023-06-18 02:18:58 +02:00
cora
b46ab473b6
Fix crash in "is_fleckenstein" roll update
2023-06-17 22:03:28 +02:00
cora
5062633c37
Fix global var warning in spawning.lua
2023-06-17 22:03:28 +02:00
Elias Åström
1b15bbc64b
Update MIGRATING.md
2023-06-17 15:57:39 +02:00
Elias Åström
96eadd63e7
Update ingame credits
2023-06-17 15:57:39 +02:00
Elias Åström
c19a3a84c5
Update version number in README
2023-06-17 15:57:39 +02:00
Elias Åström
5c347762d6
Update credits
2023-06-17 15:57:39 +02:00
Elias Åström
cd42b47a90
Update .mailmap
2023-06-17 15:56:33 +02:00
cora
dbc7df82c4
Fix undeclared variable warning in mcl_dripping
2023-06-17 12:42:50 +00:00
Elias Åström
31bbc3f357
Make other file references in README hyperlinks
2023-06-17 13:28:15 +02:00
Elias Åström
c300215f1e
Add reference to MIGRATING.md from README
2023-06-17 13:28:15 +02:00
Elias Åström
33c08e1ff0
Add MIGRATING.md
2023-06-17 13:28:15 +02:00
Elias Åström
5f4143ff5f
Change Endermen group spawning to up to 2
2023-06-17 09:35:57 +00:00
cora
5e006353b8
Add group spawning for endermen
2023-06-17 09:35:57 +00:00
cora
a7e4e260ed
Don't spawn endermen in light places
2023-06-17 09:35:57 +00:00
cora
7171bf7d15
Fix gilded blackstone fortune dupe
2023-06-16 16:14:17 +02:00
cora
85c49bae44
Make deepslate dependency on copper mandatory
...
This is a remnant from when both deepslate and copper were external mods
2023-06-14 04:17:28 +02:00
cora
bd1fb702a4
Fix deepslate redstone ore turning to normal on activation
2023-06-14 04:14:26 +02:00
cora
cbf8adfe47
Clean up deepslate ore registration slightly
2023-06-14 04:11:40 +02:00
cora
088c84d97c
Fix bonemealing mangrove propagules
2023-06-13 13:32:02 +02:00
cora
0848b03732
Apply param2 to mangroves grown from propagule
2023-06-13 13:23:23 +02:00
cora
c2d3430602
Make placed leaves get correct param2
2023-06-13 13:22:57 +02:00
cora
1a3c36cb4c
Add LBM to update existing leaves
2023-06-13 12:47:15 +02:00
cora
34bfddcabe
Make trees grown from sapling get correct param2
2023-06-13 12:43:47 +02:00
Elias Åström
ae41e6eb66
Fix biome coloring not working on some leaves
2023-06-13 12:28:38 +02:00
Elias Åström
709bd5165b
Some code formatting fixes
2023-06-13 12:28:38 +02:00
cora
6cdb8046cf
Update leaves palette
2023-06-13 12:28:38 +02:00
cora
3ea152a42c
Desaturate leaf textures
2023-06-13 12:28:38 +02:00
cora
d8ae4fbc58
Make leaf registration function more functional
2023-06-13 12:28:38 +02:00
cora
6a088d37ad
Biome colored leaves
2023-06-13 12:28:38 +02:00
cora
a8f911132c
Clean up mushroom bonemal func
2023-06-12 16:23:49 +00:00
cora
cce9f47369
Fix references to old mcl_dye items in other mods
2023-06-12 16:23:49 +00:00
cora
9ab5279702
Add documentation for new bone meal API, remove old
2023-06-12 16:23:49 +00:00
cora
3b1eb2b192
Fix external mcl_dye. calls
2023-06-12 16:23:49 +00:00
cora
e7987afc0e
Add aliases for old dyes and old "non-dyes", remove reverse recipes
2023-06-12 16:23:49 +00:00