251 Commits

Author SHA1 Message Date
cora
b28cb38b43 Remove new years event 2023-06-11 15:04:36 +02:00
cora
1b8c10e598 Remove fireworks effects from raids 2023-06-11 13:20:08 +02:00
FossFanatic
2d66924dc2 Fix rain extinguishing fires etc. in dry biomes
This commit adds an extra check at the ABMs which prevent the rain from affecting dry biomes, even though there isn't supposed to any rain there.
2023-05-02 19:11:07 +00:00
Adam Macumber
e7e771864d feat: Rain particles move straight down, increase acceleration slightly 2023-05-02 18:42:02 +00:00
ancientmarinerdev
a667589509 Fix crash for sky colour if cannot find biome 2023-04-25 19:08:49 +00:00
cora
0c41c19d5a Explain derivation of (weather) lighting by daytime in a comment 2023-04-25 19:08:49 +00:00
cora
98794dd9f8 Make minimum light during weather a bit brighter
otherwise its practically pitch black during thunder
2023-04-25 19:08:48 +00:00
FossFanatic
10ffe5cc88 Improve underwater sky colour code 2023-04-25 19:08:48 +00:00
FossFanatic
e17b1746bb More sky improvements 2023-04-25 19:08:48 +00:00
FossFanatic
3cfe675ae0 Make Nether & End use biome sky- or fog colours 2023-04-25 19:08:48 +00:00
FossFanatic
0c39e907f7 Make the code clearer to read 2023-04-25 19:08:48 +00:00
FossFanatic
b90ef66541 Fix underwater fog colour regression 2023-04-25 19:08:48 +00:00
FossFanatic
e97469128f Make the explanation shorter 2023-04-25 19:08:48 +00:00
FossFanatic
709b85696e Remove excessive whitespace 2023-04-25 19:08:48 +00:00
FossFanatic
302a78a56b Make overworld biome specific (daytime) sky and fog colours possible 2023-04-25 19:08:48 +00:00
Lizzy Fleckenstein
ad49898df4 Remove all v6 mapgen support code 2023-04-23 17:39:59 +00:00
Riu Sakura
eecf514034 add japanese translation 2023-04-23 14:19:13 +00:00
FossFanatic
c376ec1136 Make night sky darker
Some small night sky adjustments
2023-04-23 14:04:00 +00:00
Lizzy Fleckenstein
e719e4d87a
Remove premature localization optimizations (See #11) 2023-04-21 20:39:22 +02:00
Lizzy Fleckenstein
5ab8598c37 Run tools/generate_translate_template.lua 2023-04-21 18:19:15 +00:00
cora
8bb62c1308 Remove metadata and optimize all textures
find -name '*.png' -exec optipng -strip all -o 7 {} \;
2023-04-09 08:14:12 +00:00
cora
fed3bcd5dc Fix logic for night lighting when weather is active 2023-04-09 03:42:54 +02:00
cora
a9066561f3 Fix stray gopath in zombie sieges 2023-04-07 21:08:02 +02:00
cora
322487a4d7 Fix stray gopath function call 2023-04-07 21:08:02 +02:00
cora
1f66b012a6 mcl_raids: fix possibly unsafe entity creation 2023-04-07 12:46:49 +02:00
ancientmarinerdev
9b94a752bd Fixed bug that crashes zombie siege in context where z cannot spawn 2022-12-11 20:22:06 +00:00
ancientmarinerdev
f7f0a2be8b Raids performance optimisation. Check for village less and over less distance. 2022-12-09 22:59:58 +00:00
cora
ac7038e7a5 Raids/raidcaptain: Nil check cmi_cause
apparently is nil sometimes
2022-11-26 17:06:04 +01:00
cora
3b368fdd5a Fix wrong var name for mob table 2022-11-26 17:06:04 +01:00
cora
624092ddd3 Search the area before giving up when no mobs in table left
otherwise it will advance stages prematurely
2022-11-26 17:06:04 +01:00
cora
87d5cdc439 Make raid end firework last a bit longer 2022-11-26 17:06:04 +01:00
cora
c6fc388597 Add _harmless option for rocket arrows
so event fireworks dont grief things
2022-11-26 17:06:04 +01:00
cora
93e5034317 Add fireworks when raid complete 2022-11-26 17:06:04 +01:00
cora
94057aa7e5 Code cleanup 2022-11-26 17:06:04 +01:00
cora
db4f9ec5a3 Fix raid instawin when no spawnable blocks found 2022-11-26 17:06:04 +01:00
cora
057a78ed30 Fix raid registering as completed when unloading the area 2022-11-26 17:06:04 +01:00
PrairieWind
a1e21b44c8 Add code to unlock Voluntary Exile advancement 2022-11-26 17:06:04 +01:00
cora
358250012f Remove banner when not attached 2022-11-26 17:06:04 +01:00
cora
c3455de604 Clear bad omen when raid complete 2022-11-26 17:06:04 +01:00
cora
6251c623dd Give player bad omen effect when killing captain 2022-11-26 17:06:04 +01:00
cora
62fe08de59 Make illagers pick up ominous banners and promote themselves to captain 2022-11-26 17:06:04 +01:00
cora
af0c718538 Add natural raidcaptain spawning 2022-11-26 17:06:04 +01:00
cora
3600bc8066 Spawn raidcaptain in raids 2022-11-26 17:06:04 +01:00
cora
d1788b5643 Add actual banner pattern, drop banner on death 2022-11-26 17:06:04 +01:00
cora
c7cc9ccb3e Add raid captain spawn func with banner attach 2022-11-26 17:06:04 +01:00
cora
097ee8b4d4 Z sieges happen in 10% of the nights 2022-11-26 17:06:04 +01:00
cora
59d384020e Finx spawn positions in 16-radius 2022-11-26 17:06:04 +01:00
cora
1d18482103 Comment out excessive logging 2022-11-26 17:06:04 +01:00
cora
b82912f30d Add zombie sieges 2022-11-26 17:06:04 +01:00
PrairieWind
48a8511052 Make bossbars enablable/disablable per event type. Update some capitalization. 2022-11-26 17:06:04 +01:00