Michieal
  • A lifelong programmer, somewhat crazy, rarely serious, a video game developer, and a happy monkey.

  • Joined on 2022-10-19
Michieal synced commits to refs/pull/4221/head at Michieal/MineClone2 from mirror 2024-10-11 11:58:54 +02:00
dce00cb7a6 Fix alias
6eaf22d9c3 Implement more bonemeal mod shim, update bonemeal dependencies
396fce03c1 Address review comments
0fcb88653a Only show particles if bone meal is consumed, don't continue testing positions if bonemeal was used on the first check position
3e2c32e1f9 Show particles regardless of success
Compare 71 commits »
Michieal synced commits to refs/pull/4213/head at Michieal/MineClone2 from mirror 2024-10-11 11:58:53 +02:00
f694698b7e Add back shift+punch to immediately drop minecart
4cc54be316 Fix another crash, fix rail tee on texture
e61c86c41b Calculate acceleration of trains based on average of acceleration for all carts in the train, make velocity not change on slopes and 45 degree track
212533a561 Prevent trains from slowing on 45 degree track
a04969d929 Add guard that prevents crash when itemstack is nil
Compare 153 commits »
Michieal synced commits to projectile-refactor at Michieal/MineClone2 from mirror 2024-10-11 11:58:53 +02:00
d878c57531 Resolve luacheck findings
d0dd880c51 Fix crashes in mcl_throwing
cf3354ef79 Fix crash when hit with an arrow that is not piercing
6af77081a7 Rockets and piercing arrows fixed
7bb60dfeeb Fix throwables' punch allow check
Compare 75 commits »
Michieal synced commits to master at Michieal/MineClone2 from mirror 2024-10-11 11:58:53 +02:00
fd6cac5f0c Merge pull request 'Fix fog tint in overworld, apply memory leak fix, fix rain->clear clouds' (#4669) from weather-fixes into master
e864cc19ed Make fog_tint_type = "default" when weather is present to match behavior at 0.87.2
66c3c014a1 Make sure fog tints are preserved during weather is present
7807093b50 Another correction to color interpolation, change day color from layer position 0.15 to 0.50
f6c3f4bd16 Correct value clamping
Compare 8 commits »
Michieal synced and deleted reference refs/tags/weather-fixes at Michieal/MineClone2 from mirror 2024-10-11 11:58:53 +02:00
Michieal synced commits to refs/pull/4681/head at Michieal/MineClone2 from mirror 2024-10-10 19:38:54 +02:00
d8a1da9c30 Double the odds, to halve the ABM frequencies.
061af6a76a Add plant growth speed option, drop average light level
d0362f716a Adjust growth speeds
ce537ee40a improve moisture logic
c52a66e7bd pumpkin/melon growth only tests one neighbor every time
Compare 5 commits »
Michieal synced commits to refs/pull/4221/head at Michieal/MineClone2 from mirror 2024-10-10 19:38:54 +02:00
9fcfe9fd56 Fix alias
9c4ab2045e Implement more bonemeal mod shim, update bonemeal dependencies
6366b7e0ef Address review comments
d673193219 Only show particles if bone meal is consumed, don't continue testing positions if bonemeal was used on the first check position
08a3b7e5a6 Show particles regardless of success
Compare 68 commits »
Michieal synced commits to refs/pull/4213/head at Michieal/MineClone2 from mirror 2024-10-10 19:38:54 +02:00
b6a05421d2 Add back shift+punch to immediately drop minecart
3805c3775a Fix another crash, fix rail tee on texture
d3b4a579c6 Calculate acceleration of trains based on average of acceleration for all carts in the train, make velocity not change on slopes and 45 degree track
2281710d35 Prevent trains from slowing on 45 degree track
71783a7efb Add guard that prevents crash when itemstack is nil
Compare 146 commits »
Michieal synced commits to refs/pull/4681/head at Michieal/MineClone2 from mirror 2024-10-10 11:28:52 +02:00
02202c65b2 improve moisture logic
Michieal synced commits to refs/pull/4669/head at Michieal/MineClone2 from mirror 2024-10-09 07:36:44 +02:00
e864cc19ed Make fog_tint_type = "default" when weather is present to match behavior at 0.87.2
66c3c014a1 Make sure fog tints are preserved during weather is present
7807093b50 Another correction to color interpolation, change day color from layer position 0.15 to 0.50
f6c3f4bd16 Correct value clamping
96a03b1923 Remove posibility of nil sky colors in overworld, add line break
Compare 8 commits »
Michieal synced commits to weather-fixes at Michieal/MineClone2 from mirror 2024-10-09 07:36:44 +02:00
e864cc19ed Make fog_tint_type = "default" when weather is present to match behavior at 0.87.2
66c3c014a1 Make sure fog tints are preserved during weather is present
7807093b50 Another correction to color interpolation, change day color from layer position 0.15 to 0.50
f6c3f4bd16 Correct value clamping
96a03b1923 Remove posibility of nil sky colors in overworld, add line break
Compare 8 commits »
Michieal synced commits to refs/pull/4677/head at Michieal/MineClone2 from mirror 2024-10-08 23:06:44 +02:00
7f410e9712 Rename shepherd to weaver
614518c6cd Revert minetest.add_entity() -> mcl_mobs.spawn() from #4445 (#4679)
Compare 2 commits »
Michieal synced commits to refs/pull/4550/head at Michieal/MineClone2 from mirror 2024-10-08 23:06:44 +02:00
8898c6118d move structures code from mcl_mapgen_core to mcl_structures
bae4146d06 prioritize map decorations to make the generations more deterministic
da19698f4a Make structure generation more deterministic
a7de15019a add missing 'local'
614518c6cd Revert minetest.add_entity() -> mcl_mobs.spawn() from #4445 (#4679)
Compare 6 commits »
Michieal synced commits to refs/pull/4433/head at Michieal/MineClone2 from mirror 2024-10-08 23:06:44 +02:00
73e175207c Resolve luacheck findings
d00db41275 Fix crashes in mcl_throwing
7f17bcc121 Fix crash when hit with an arrow that is not piercing
1138e8bcb3 Rockets and piercing arrows fixed
e21d1e43cb Fix throwables' punch allow check
Compare 68 commits »
Michieal synced commits to projectile-refactor at Michieal/MineClone2 from mirror 2024-10-08 23:06:44 +02:00
73e175207c Resolve luacheck findings
d00db41275 Fix crashes in mcl_throwing
7f17bcc121 Fix crash when hit with an arrow that is not piercing
1138e8bcb3 Rockets and piercing arrows fixed
e21d1e43cb Fix throwables' punch allow check
Compare 68 commits »
Michieal synced commits to master at Michieal/MineClone2 from mirror 2024-10-08 23:06:44 +02:00
614518c6cd Revert minetest.add_entity() -> mcl_mobs.spawn() from #4445 (#4679)
Michieal synced new reference cart-chest-loot to Michieal/MineClone2 from mirror 2024-10-08 23:06:44 +02:00
Michieal synced commits to cart-chest-loot at Michieal/MineClone2 from mirror 2024-10-08 23:06:44 +02:00
Michieal synced and deleted reference refs/tags/revert-breeding-room-check at Michieal/MineClone2 from mirror 2024-10-08 23:06:44 +02:00
Michieal synced commits to refs/pull/4675/head at Michieal/MineClone2 from mirror 2024-10-08 14:36:44 +02:00
0497f940d6 Fix axolotl attacking water mobs