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 mapgen-test-branch at Michieal/MineClone2 from mirror
2024-11-04 22:20:00 +01:00
d1cede6cfd
better map colors
85a624ac9f
sync
Michieal
synced commits to refs/pull/4213/head at Michieal/MineClone2 from mirror
2024-11-03 21:50:15 +01:00
b911de050d
Finish restricting 45 degree movement code to horizontal plane
38d0bf6c4a
Fix vertical movement that was hitting 45 degree curve code, reset pitch on minecarts
Michieal
synced commits to refs/pull/4681/head at Michieal/MineClone2 from mirror
2024-11-03 05:30:20 +01:00
164177c5f4
Remove "wet" metadata altogether
590606b667
meta:set_private("wet"), require only walkable nodes
30d5eb537c
simplify catch-up LBM logic
03fddcf91b
more fixes to plant growth
ac3b1a1798
adjust growth rates again
Michieal
synced commits to refs/pull/4433/head at Michieal/MineClone2 from mirror
2024-11-03 05:30:20 +01:00
e6d3f44f22
Replace _puncher with _owner, rework projectile code to make _owner a string, copy mcl_util.gen_uuid() from minecart branch, add mcl_util.get_entity_id(), fix crash
8d314cdf62
Remove debug dump, move maximum time to live to vl_projectile
1a7c0b1f9b
Document vl_projectile.replace_with_item_drop
1a4c5c8749
Move projectile stick logic into vl_projectile
b2c6d4f8de
Move tracer to vl_projectile
Michieal
synced commits to refs/pull/4221/head at Michieal/MineClone2 from mirror
2024-11-03 05:30:20 +01:00
802139f69a
Fix alias
1a39f13cc8
Implement more bonemeal mod shim, update bonemeal dependencies
c09607d0b9
Address review comments
113e40b9e2
Only show particles if bone meal is consumed, don't continue testing positions if bonemeal was used on the first check position
91eced01c2
Show particles regardless of success
Michieal
synced commits to refs/pull/4213/head at Michieal/MineClone2 from mirror
2024-11-03 05:30:19 +01:00
52baf3d9c3
Fix friction on slopes, fix cart reversal when timestep is very small or zero
175936418f
Allow functions for _rail_acceleration, make powered rail only accelerate carts when one side of the rail is a solid block or stairs
61a2f98b2b
Remove instance of debug logging, change movement.lua function export
7f69e6ab9e
Fix crash with minecart on activator rail
a4825a3332
Fix cart pitch when detached
Michieal
synced commits to projectile-refactor at Michieal/MineClone2 from mirror
2024-11-03 05:30:19 +01:00
e6d3f44f22
Replace _puncher with _owner, rework projectile code to make _owner a string, copy mcl_util.gen_uuid() from minecart branch, add mcl_util.get_entity_id(), fix crash
8d314cdf62
Remove debug dump, move maximum time to live to vl_projectile
1a7c0b1f9b
Document vl_projectile.replace_with_item_drop
1a4c5c8749
Move projectile stick logic into vl_projectile
b2c6d4f8de
Move tracer to vl_projectile
b136cbf9bb
Changed bamboo cap drawtype (#4658)
e6d8d840db
Merge pull request 'Fix missing protection checks in smithing tables' (#4659) from smithing_table_patch into master
78125f425a
Fix taking items out of protected smithing tables
cb1999414b
Fix putting items in protected smithing tables
Michieal
synced and deleted reference 2024-11-02 21:20:18 +01:00
refs/tags/smithing_table_patch
at Michieal/MineClone2 from mirror
Michieal
synced and deleted reference 2024-11-02 21:20:18 +01:00
refs/tags/bamboo_cap_fix
at Michieal/MineClone2 from mirror
Michieal
synced commits to refs/pull/4611/head at Michieal/MineClone2 from mirror
2024-11-01 20:50:16 +01:00
371c0f5947
disable block_fixes_grass again, use all_floors decorations instead
Michieal
synced commits to mapgen-test-branch at Michieal/MineClone2 from mirror
2024-11-01 20:50:16 +01:00
371c0f5947
disable block_fixes_grass again, use all_floors decorations instead
Michieal
synced commits to refs/pull/4611/head at Michieal/MineClone2 from mirror
2024-11-01 04:30:16 +01:00
e78b54cd35
minor parameter tweaks
210fae473e
make trees, funghi not ground content, they get damaged in nether
8df579bc6c
finetuning
ba3d7f1af7
reduce light of witch circle
Michieal
synced commits to mapgen-test-branch at Michieal/MineClone2 from mirror
2024-11-01 04:30:16 +01:00
e78b54cd35
minor parameter tweaks
210fae473e
make trees, funghi not ground content, they get damaged in nether
8df579bc6c
finetuning
ba3d7f1af7
reduce light of witch circle
Michieal
synced commits to refs/pull/4611/head at Michieal/MineClone2 from mirror
2024-10-31 20:20:15 +01:00
e8944f202c
enhance vl_terraform API
dfeffc8522
reorg terrain features with biomes
Michieal
synced commits to mapgen-test-branch at Michieal/MineClone2 from mirror
2024-10-31 20:20:15 +01:00
e8944f202c
enhance vl_terraform API
dfeffc8522
reorg terrain features with biomes
Michieal
synced commits to refs/pull/4611/head at Michieal/MineClone2 from mirror
2024-10-31 04:00:17 +01:00
3c36131cd9
tweak structure parameters
c4532de910
sometimes no_path is not cleared up correctly :-(
fb86aae449
more new structures
Michieal
synced commits to mapgen-test-branch at Michieal/MineClone2 from mirror
2024-10-31 04:00:17 +01:00
3c36131cd9
tweak structure parameters
c4532de910
sometimes no_path is not cleared up correctly :-(
fb86aae449
more new structures
Michieal
synced commits to refs/pull/4213/head at Michieal/MineClone2 from mirror
2024-10-30 19:50:17 +01:00
535729a548
Fix friction on slopes, fix cart reversal when timestep is very small or zero
Michieal
synced commits to refs/pull/4611/head at Michieal/MineClone2 from mirror
2024-10-30 03:31:45 +01:00
787457595f
do not use voxelmanip anymore, seems to be smoother without
6ab0b6bdaa
vl_terraforming: add non-vm version
9b6ea60694
Add cherry grove biome, based on MCLA.
c726b327be
Register only one decoration per grass color for tallgrass.
e94b718c95
Unnecessary use of mcl_util.get_node