cora
129dd24cc5
Fix inaccurate warning about spawn platform
2022-09-14 20:37:07 +00:00
cora
232ea1da06
Fix end lighting
2022-09-14 20:37:07 +00:00
cora
61f9a047e3
Remove unused functions
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
8c2a1017c6
Spawn clay as ore
2022-09-14 20:37:07 +00:00
cora
82539acfe4
Move jungle vines to jungle tree schematics
2022-09-14 20:37:07 +00:00
cora
00c8c53a57
Enable deepslate and copper generation
2022-09-14 20:37:07 +00:00
cora
b377f67214
Move v6 fixes to separate file
2022-09-14 20:37:07 +00:00
cora
fc64907b15
move mapgen ores regs to separate file
2022-09-14 20:37:07 +00:00
cora
9449cdfd88
Don't spawn illagers in cabins in peaceful
2022-09-07 11:58:16 +02:00
cora
89f3bb5aa6
only prevent mob spawning, not wall fixing
2022-09-07 11:58:16 +02:00
cora
962425faa5
Don't spawn structure mobs in peaceful mode
2022-09-07 11:58:16 +02:00
FaceDeer
9c1cc9e141
Merge pull request 'Merge master into my fork' ( #2 ) from MineClone2/MineClone2:master into master
...
Reviewed-on: FaceDeer/MineClone2#2
2022-09-02 01:05:45 +00:00
3raven
5329e70df9
Merge branch 'master' into master
2022-08-31 17:04:43 +00:00
PrairieWind
0c6cbc9e99
Chest on top floor of Pillager Outpost now works.
2022-08-30 23:04:43 +02:00
FaceDeer
be36022249
Merge pull request 'Update from master' ( #1 ) from MineClone2/MineClone2:master into master
...
Reviewed-on: FaceDeer/MineClone2#1
2022-08-29 07:16:32 +00:00
FaceDeer
e1bf4081dd
since registered_generators was a table, not an array, table.sort was having no effect and so priority was being ignored. Generators were being run in an arbitrary order.
...
I discovered this when I attempted to register an lvm in a mod that was intended to run after "main", to modify clay that the main mapgen lvm adds to the world. It wasn't finding any clay because priority was being ignored and it was running before "main" was.
2022-08-28 22:11:02 -06:00
3raven
1a405b291a
Mise à jour de 'mods/MAPGEN/mcl_villages/locale/mcl_villages.fr.tr'
2022-08-24 05:39:45 +00:00
3raven
0d23a89713
Mise à jour de 'mods/MAPGEN/mcl_villages/locale/template.txt'
2022-08-24 05:39:11 +00:00
3raven
561396f4e6
Mise à jour de 'mods/MAPGEN/mcl_villages/init.lua'
2022-08-24 05:38:30 +00:00
3raven
bb5aea08ef
Mise à jour de 'mods/MAPGEN/mcl_villages/locale/mcl_villages.ru.tr'
2022-08-24 04:57:18 +00:00
3raven
d6d70757a3
Mise à jour de 'mods/MAPGEN/mcl_villages/locale/mcl_villages.fr.tr'
2022-08-24 04:56:58 +00:00
3raven
ec91be347a
Mise à jour de 'mods/MAPGEN/mcl_villages/locale/template.txt'
2022-08-24 04:56:32 +00:00
3raven
2d377dc539
Mise à jour de 'mods/MAPGEN/mcl_villages/init.lua'
2022-08-24 04:55:04 +00:00
3raven
17a5526bd2
Mise à jour de 'mods/MAPGEN/mcl_villages/init.lua'
2022-08-24 04:54:04 +00:00
3raven
eb37b49604
Transférer les fichiers vers 'mods/MAPGEN/mcl_villages/locale'
2022-08-24 04:50:59 +00:00
3raven
0556a3c9bf
Ajouter 'mods/MAPGEN/mcl_villages/locale/template.txt'
2022-08-24 04:49:08 +00:00
PrairieWind
092b746b0b
Add Pillager and Evoker Spawning to Pillager Outpost
2022-08-16 01:53:42 +02:00
FaceDeer
1a09b5c132
fixing registration of node functions
...
"#registered_generators" was attempting to count a non-array table and was always returning 0. So every node function registered was named "mod_1" and overwrote each other in that index.
also, "nodes" wasn't counting node_functions, it was counting lvm_functions.
2022-08-14 01:11:30 -06:00
cora
79ce9f89d3
More adaptive foundation height
2022-08-11 14:26:34 +02:00
cora
0bcbea4ce3
Add lots of water lakes to mangrove swamps
2022-08-11 14:26:34 +02:00
cora
b7f26e2ddc
Add setting to selectively disable strucutres
2022-08-11 14:26:34 +02:00
cora
4f96b38fa3
Make foundations less cubic
2022-08-11 14:26:34 +02:00
cora
f1c70fe19d
grass border for water lake
2022-08-11 14:26:34 +02:00
cora
cef559c573
Fix ruined portals y offset
2022-08-11 14:26:34 +02:00
cora
f86898b2f4
make ruined portals rarer
2022-08-11 14:26:34 +02:00
PrairieWind
70277276b0
Adjusted spawn chance and fixed the walls on generation, thanks cora.
2022-08-09 10:30:48 -06:00
PrairieWind
84691c393d
Pillager Outpost, Schematics by RandomLegoBrick
2022-08-09 10:30:48 -06:00
cora
27304d5d96
Nerf shipwreck loot
2022-08-04 04:21:59 +02: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
9b9f9d9b0c
Fix crash when using /spawnstruct in singlenode mg
2022-07-28 08:49:59 +00:00
cora
8ff559d4ad
Add ancient debris as normal ore
2022-07-16 02:07:17 +02:00