iliekprogrammar
efd1a023f0
Merge remote-tracking branch 'origin/master' into heads_16_direction
2022-08-11 18:12:19 +08:00
iliekprogrammar
de07209654
[heads] optimize textures
...
`optipng -strip all -o7 -zm9`
2022-08-11 17:34:20 +08:00
iliekprogrammar
29d221eed5
[heads] remove unnecessarily duplicative textures
...
these textures are unnecessary to texture the head nodes. we can reuse
the available armor texture for both the headgear/helmet and the nodes.
2022-08-11 17:28:37 +08:00
iliekprogrammar
44d234dd2c
[heads] implement 16 directional head node
2022-08-11 17:21:23 +08:00
iliekprogrammar
3ff9ed4419
[heads] refactor and trivial renames
2022-08-11 16:45:51 +08:00
cora
34ecb782a8
Fix dispenser and dropper crashing in 5.4
2022-08-10 16:58:00 +02:00
cora
70656b42dc
Merge pull request 'boats are removed upon being set on fire ( #2529 )' ( #2540 ) from opfromthestart/MineClone2:boat-fire-fix into master
...
Reviewed-on: MineClone2/MineClone2#2540
2022-08-10 13:54:03 +00:00
cora
e8baa1ae00
Fix undeclared var warning in mcl_weather
2022-08-10 14:14:00 +02:00
cora
701aee3238
Add modname to beacons mod.conf
2022-08-10 14:14:00 +02:00
cora
9603ee606c
fix at mod loadtime warning in mcl_info
2022-08-10 14:14:00 +02:00
cora
2436a6d616
Merge pull request 'Fixed remaining get_sky calls ( #2538 )' ( #2542 ) from opfromthestart/MineClone2:new_sky into master
...
Reviewed-on: MineClone2/MineClone2#2542
2022-08-10 11:41:19 +00: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
opfromthestart
5da6f6812f
faster boat death
2022-08-09 12:23:44 -04:00
opfromthestart
b8af222538
Fixed remaining get_sky calls
2022-08-08 20:26:31 -04:00
opfromthestart
8b06e5de87
Merge branch 'master' into boat-fire-fix
2022-08-09 00:16:14 +00:00
opfromthestart
76839961c6
Adds fire and lava collision to boats
2022-08-08 20:12:44 -04:00
opfromthestart
e9954d1785
Merge branch 'master' into new_sky
2022-08-08 18:00:03 +00:00
opfromthestart
866711a4aa
Changed to new get_sky method
2022-08-07 18:19:12 -04:00
PrairieAstronomer
a34c9172c4
Fixed light levelwarnings and texture alpha warnings in stonecutter, campfires, and beacon
2022-08-07 21:38:40 +00:00
cora
2c814db0d7
Merge pull request 'Snow layers and blocks drop nothing by hand' ( #2532 ) from SumianVoice/MineClone2_c:snow_drop_fix into master
...
Reviewed-on: MineClone2/MineClone2#2532
Reviewed-by: cora <cora@noreply.git.minetest.land>
2022-08-07 21:36:22 +00:00
Sumyjkl
f6148068c5
snow layers and blocks drop nothing by hand
2022-08-07 19:55:01 +10:00
iliekprogrammar
0e999d8bb9
[5.6] remove incorrect marks.
...
wrong, bad. these are fine.
2022-08-07 13:00:43 +08:00
iliekprogrammar
156aff21a1
[5.6][bows] fix unsafe entity handling for arrows
2022-08-07 12:48:09 +08:00
iliekprogrammar
4f2789c498
[5.6][armor] fix unsafe entity handling (unsure)
...
i'm not sure about this one, can't fnd a suitable test for it.
2022-08-07 12:43:24 +08:00
iliekprogrammar
bf80074d98
[5.6][mobs] fix unsafe entity handling (unsure)
...
i'm not sure about this one, can't find a suitable test for it.
2022-08-07 12:38:26 +08:00
iliekprogrammar
4b31692319
[5.6][boats] fix unsafe entity handling
...
this probably does not affect normal gameplay, unless you can set boats on fire somehow
2022-08-07 12:09:12 +08:00
iliekprogrammar
bce4d29737
[5.6][lightning] fix unsafe entitiy handling
...
this does not excuse all on_strike callbacks to allow oversights.
it must also track entity removal.
2022-08-07 10:44:13 +08:00
iliekprogrammar
221ee0fcf1
[5.6] mark places with unsafe set_hp entity handling
...
There might be other places i might be missing, but these are the obvious ones.
leftover entity handling i did not mark:
* everything that involves a apply()-like algorithm (e.g. callbacks) over the
same list of objects.
* in mcl_damage, it's not known whether mcl_damage.from_mt() would involve
entity handling or just player handling.
2022-08-07 00:13:03 +08:00
cora
27304d5d96
Nerf shipwreck loot
2022-08-04 04:21:59 +02:00
SumianVoice
3f73dc1794
Merge branch 'master' into mcl_burning_depend
2022-08-03 12:55:07 +00:00
Sumyjkl
eb89466436
add dependency for mcl_weather to mcl_burning to hopefully avoid crashes
2022-08-03 22:45:15 +10:00
cora
e901003e22
Fix mangrove (trap)door, stair and slab recipes
2022-08-03 11:57:17 +02:00
cora
c36b359c70
Fix mangrove roots and water logged roots(somewhat)
2022-08-03 00:00:44 +02:00
cora
191e117e05
Axe can strip mangrove wood
2022-08-02 23:51:48 +02:00
cora
1065165952
fix mangrove trapdoor
2022-08-02 12:06:13 +02:00
cora
c0fec69c70
Add plantlike_rooted propagules
2022-08-02 12:02:20 +02:00
cora
844cf6c5dc
Fix waterlogged texture to be animated
2022-08-02 12:02:20 +02:00
cora
2b90675ea2
fix warnings
2022-08-02 12:02:20 +02:00
cora
8e41d5a1f4
Fix propagule growth
2022-08-02 12:02:20 +02:00
cora
811d7a778f
Add tall mangrove tree schematics
2022-08-02 12:02:20 +02:00
cora
4491e962d5
grand mcl_mangrove cleanup
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
4b5476dbff
fix end sky and void crash
2022-08-02 11:55:55 +02:00