Commit Graph

11474 Commits

Author SHA1 Message Date
kno10
782e9a4f61 do not use voxelmanip anymore, seems to be smoother without 2025-01-03 14:09:28 +01:00
kno10
21884c2c88 vl_terraforming: add non-vm version 2025-01-03 14:09:27 +01:00
kno10
28e788007a Add cherry grove biome, based on MCLA.
Textures from pixel perfection, optimized with zopfipng. C.f., voxelibre#3463 voxelibre#4113
2025-01-03 14:09:27 +01:00
kno10
8d7bd5bec1 Register only one decoration per grass color for tallgrass. 2025-01-03 14:09:27 +01:00
kno10
50d2758a93 Unnecessary use of mcl_util.get_node 2025-01-03 14:09:27 +01:00
kno10
c2005687c9 Drop non-persistent tracking of generated chunks. 2025-01-03 14:09:27 +01:00
kno10
64dd3a85bd polishing 2025-01-03 14:09:27 +01:00
kno10
7821f8cd4f use mcl_util function 2025-01-03 14:09:27 +01:00
kno10
f5fc2476d4 template specialization for param2 2025-01-03 14:09:27 +01:00
kno10
1d58960061 Split biomes into separate files. 2025-01-03 14:09:27 +01:00
kno10
57ee7b5d4a igloo less slope, more snow, more rare 2025-01-03 14:09:27 +01:00
kno10
741ff86f26 height difference for villages 2025-01-03 14:09:27 +01:00
kno10
3ff7579e84 better paths, better village layouts 2025-01-03 14:09:27 +01:00
kno10
9bb23073e9 improve shipwrecks
reduce frequency, trim schematics, disable foundations again
2025-01-03 14:09:27 +01:00
kno10
913c1cbb02 more structures, more to discover. 2025-01-03 14:09:27 +01:00
kno10
6f61256bdf hollow fallen trees 2025-01-03 14:09:27 +01:00
kno10
9941698d29 add command /emerge 512 to emerge an area 2025-01-03 14:09:26 +01:00
kno10
cc0ce12b8a improvements to mineshaft cart variety + /locate 2025-01-03 14:09:26 +01:00
kno10
75e93c7f3a use swap_node instead of set_node in mapgen, tweaks to end 2025-01-03 14:09:26 +01:00
kno10
5ee8d8cf22 eliminate the static_pos kludge except for strongholds for now 2025-01-03 14:09:26 +01:00
kno10
9af6671b04 cleanups and fixes 2025-01-03 14:09:26 +01:00
kno10
593c000cba clean up villages code, add biome farming support 2025-01-03 14:09:26 +01:00
kno10
4d280d1d98 More fixes, make shulkers spawn on the floor. 2025-01-03 14:09:26 +01:00
kno10
700f62813e fix, and add small end city from MCLA 2025-01-03 14:09:26 +01:00
kno10
162fdab9f7 disable foliage 'fixes' that cause multi-colored trees 2025-01-03 14:09:26 +01:00
kno10
95d0859ad9 code restructuring and cleanups 2025-01-03 14:09:26 +01:00
kno10
4447792b10 Huge update of new terraforming, structures, and village code 2025-01-03 14:09:26 +01:00
kno10
cef7562953 Big rewrite of structure spawning using voxel manipulators 2025-01-03 14:09:26 +01:00
kno10
d98a1e957f fix bamboo biomes, add new schematic 2025-01-03 14:09:26 +01:00
kno10
b5a22ad303 allow generating towns on mapblocks emerged with previous versions that did not become full settlements yet 2025-01-03 14:09:26 +01:00
kno10
42e9a5a33e fixes and parameter tuning 2025-01-03 14:09:26 +01:00
kno10
65018832ce more voxelmanipulator, more MCLA 2025-01-03 14:09:25 +01:00
kno10
e652013b68 finetuning 2025-01-03 14:09:25 +01:00
kno10
18dcd77f62 add MCLA schematics 2025-01-03 14:09:25 +01:00
kno10
e92c56407b Big villages overhaul 2025-01-03 14:09:25 +01:00
kno10
e871fcba37 move structures code from mcl_mapgen_core to mcl_structures 2025-01-03 14:09:25 +01:00
kno10
9383f5456f prioritize map decorations to make the generations more deterministic 2025-01-03 14:09:25 +01:00
kno10
d0c78bc935 Make structure generation more deterministic
Pseudorandom now depends on position hash, not on blockseed + structure table order.
This should make structure generation more deterministic.
2025-01-03 14:09:25 +01:00
kno10
25a832c4b6 rerun mod_translation_updater 2025-01-03 11:56:04 +01:00
ninjum
b407cc9628 Squashed: Galician translation 2025-01-03 11:56:04 +01:00
teknomunk
5ee94855b0 Fix TNT Minecart Crash (#4799)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4799
Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-authored-by: teknomunk <teknomunk@protonmail.com>
Co-committed-by: teknomunk <teknomunk@protonmail.com>
2025-01-03 11:53:31 +01:00
teknomunk
eb06f48875 Fix fishing pole casting crash (#4800)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4800
Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-authored-by: teknomunk <teknomunk@protonmail.com>
Co-committed-by: teknomunk <teknomunk@protonmail.com>
2025-01-03 11:52:47 +01:00
teknomunk
96469f8518 Fix elytra rocket crash (#4801)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4801
Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-authored-by: teknomunk <teknomunk@protonmail.com>
Co-committed-by: teknomunk <teknomunk@protonmail.com>
2025-01-03 11:43:20 +01:00
kno10
96957da5cf Add colors for new nodes added very late in the 0.88 release cycle. (#4795)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4795
Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-authored-by: kno10 <erich.schubert@gmail.com>
Co-committed-by: kno10 <erich.schubert@gmail.com>
2025-01-03 11:41:27 +01:00
teknomunk
9b23d9931e Change cart dismount position to behind the cart instead of beside it (#4785)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4785
Reviewed-by: kno10 <kno10@noreply.git.minetest.land>
Co-authored-by: teknomunk <teknomunk@protonmail.com>
Co-committed-by: teknomunk <teknomunk@protonmail.com>
2025-01-02 22:30:39 +01:00
teknomunk
ca504e80c7 Fix carts randomly derailing (#4780)
Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4780
Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-authored-by: teknomunk <teknomunk@protonmail.com>
Co-committed-by: teknomunk <teknomunk@protonmail.com>
2024-12-31 19:35:54 +01:00
the-real-herowl
37b24c9dfe Updated release credits and set version for v0.88 2024-12-31 04:01:14 +01:00
the-real-herowl
7ed6e7b780 Improve spear mobile experience 2024-12-31 03:49:01 +01:00
the-real-herowl
bd7524d712 Actually working spear aiming animation 2024-12-31 03:49:01 +01:00
the-real-herowl
9cd807d5c5 Basic 3rd person spear aim anim 2024-12-31 03:49:01 +01:00