cora
70294d9e34
Add weeping vines
2022-09-19 14:03:32 +02:00
cora
78703d2baa
Fix lighting issues in the end
2022-09-14 20:37:08 +00:00
cora
0d4feeffef
Add more variation to jungle schematics
2022-09-14 20:37:08 +00:00
cora
2dbb74edd2
Fix gateway portals to come out on land
2022-09-14 20:37:08 +00:00
cora
538d900ccc
Add End biomes, fix island decorations
2022-09-14 20:37:07 +00:00
cora
abb6fe3564
Add End island biome at spawn, proper end island
2022-09-14 20:37:07 +00:00
cora
1d942e9946
Exit portal and spawn platform -> mcl_structures
2022-09-14 20:37:07 +00:00
cora
52c4a7dc28
some refactoring
2022-09-14 20:37:07 +00:00
cora
811d7a778f
Add tall mangrove tree schematics
2022-08-02 12:02:20 +02:00
cora
77c878f609
make waterlogged roots work with river water
2022-08-02 12:02:20 +02:00
cora
51f79eaa39
Add lilypads and dead bushes
2022-08-02 12:02:20 +02:00
cora
3bf45ec4e9
Spawn mangroves in shallow water, fix schematics
2022-08-02 12:02:20 +02:00
cora
e8fc56ab33
Fix water- and mudlogged roots, add w. logging abm
2022-08-02 12:02:20 +02:00
cora
f003aefe19
allow coral reefs in MangroveSwamps
2022-08-02 12:02:20 +02:00
Thunder1035
d284ddf150
Add mangrove trees
2022-08-02 12:02:20 +02:00
cora
09889ca927
Add MangroveSwamp biome defs
2022-08-02 12:02:20 +02:00
cora
c66cb834a2
spawn corals only at -10 and lower
...
to prevent corals in rivers
2022-07-04 02:13:54 +02:00
cora
607511518f
fix warning
2022-07-01 02:05:48 +02:00
cora
14cd360214
witch hut, boulders, ice-spikes -> new api
2022-07-01 02:05:48 +02:00
cora
d8697cb59c
Tweak basalt delta code
2022-07-01 02:05:48 +02:00
cora
fed81932e2
structs: use mcl_register_generator, cave decos
2022-07-01 02:05:48 +02:00
cora
2b87958678
add all sizes of sea pickles not just 1
2022-06-23 17:18:01 +02:00
cora
f883b45809
Add coral reefs
2022-06-23 15:06:56 +02:00
cora
41f708e03e
Regular decorations for legacy nether(except v6)
...
minetest supports this now
2022-06-19 00:24:56 +02:00
cora
0890c719a3
Add basalt pillars
2022-06-19 00:24:52 +02:00
cora
fefb15f2a8
Add new fungus tree schematics
2022-06-19 00:24:52 +02:00
cora
01eea4ab8a
prevent nether trees from growing through bedrock
2022-06-19 00:24:52 +02:00
cora
a0264ed5e0
tweak biome distribution to be more like mc
...
according to
https://www.reddit.com/r/Minecraft/comments/gjeuww/how_the_nether_biomes_are_distributed/
2022-06-19 00:24:52 +02:00
cora
48189cb3a7
fix lighting issue for placed schematics
...
warped and crimson shroomlight would not work correctly before
because they're placed after light calculation is done apparently
2022-06-19 00:24:52 +02:00
cora
db9fba70dd
some biome tweaks, add nether gold
2022-06-19 00:24:52 +02:00
cora
8efbd89b6a
Add basalt columns & lava pools
2022-06-19 00:24:52 +02:00
cora
3c79685c48
Add main nether biomes
...
Add nether forests
Add soulsand valley decorations
Add Basalt Delta basics
2022-06-19 00:24:48 +02:00
Alexander Minges
faf3f60cff
Use uncarved pumpkin instead of carved in mapgen
2022-04-22 18:07:37 +00:00
Lizzy Fleckenstein
34f329a9d5
TextureConverter: Implement grass palette conversion
...
Source: https://minecraft.fandom.com/wiki/Tint
Since the MineClone2 biomes do not entirely match with the Minecraft ones I picked the Minecraft biomes that seem to match them best.
This also changes the palette index of the nether to match the desert instead of the mesa biome
and changes the color of grass blocks in item form to the default minecraft one.
2021-11-03 19:57:21 +01:00
AFCMS
cd33d406b2
fix many codestyle issues (functions, strings, modpaths)
2021-05-29 16:12:33 +02:00
AFCMS
9e074af07f
unify code style [1]
2021-05-25 12:52:25 +02:00
AFCMS
a71a0e9161
fix even more warnings (nether portals and potions)
2021-05-22 23:04:18 +02:00
Code-Sploit
bcea5a35ef
Try to fix unknown variable in mcl_chorus_flower
2021-05-14 08:22:10 +00:00
kay27
f054eb1ce6
[mcl_biomes] Fix chorus random function, prevent chorus growth at return portal position
2021-05-10 02:47:56 +04:00
kay27
f3c540af5d
[mcl_mapgen_core, mcl_biomes] Make chorus growth deterministic
2021-05-10 02:24:52 +04:00
AFCMS
1a58b0c510
fix many codestyle issues
2021-04-16 13:35:03 +02:00
kay27
069e089ae4
[mcl_portals, mcl_structures] Add End gateways W-I-P by Elias Fleckenstein with minor portals improvements and fixes
2021-04-07 03:34:15 +04:00
AFCMS
558fa57cc6
Solve quartz not generating in the nether
2021-03-18 09:48:18 +01:00
Lizzy Fleckenstein
d57db0444f
Use mod.conf in all mods, part 1
2021-03-04 15:22:14 +01:00
AFCMS
f0348d99d9
Use setting to generate Quartz ore
2021-02-22 19:12:33 +00:00
kay27
89e55e9065
Add sub-map generators queue, fix MineClone2/MineClone2#993 and MineClone2/MineClone2#1060
2021-02-22 03:15:32 +04:00
Lizzy Fleckenstein
100e37183d
Update noise_params to the minetest 5.4 convention
2021-02-18 11:54:51 +01:00
Wuzzy
bbc5f2a0d9
Use sand and gravel for ocean floors
2019-12-22 01:22:05 +01:00
Wuzzy
305145ca1c
Tweak oceangen
2019-12-18 21:04:07 +01:00
Wuzzy
b7406ed3d5
Generate sponges in deep oceans in non-v6 mgs
2019-12-18 20:55:20 +01:00