ancientmarinerdev
69c81a14e2
Mapgen optimisations
2023-04-29 13:44:07 +02:00
SmokeyDope
03b268aea1
Add compostability to warped fungus and crimson fungus
...
Add compostability to twisting vines and weeping vines
Add compostability to warped roots and crimson roots
Add compostability to nether sprouts
Add compostability to warped wart blocks and shroomlight
2023-04-29 13:37:17 +02:00
SmokeyDope
70086b88e7
Update nether vine breaking logic with vector.offset
...
Update overworld vine breaking logic with vector.offset
2023-04-29 13:37:15 +02:00
SmokeyDope
b10d4b481b
remove unnecessary blank line
2023-04-29 13:37:15 +02:00
SmokeyDope
5cfdddc348
Completely remove selection box for warped fungus
...
Recommended by Michael
2023-04-29 13:37:15 +02:00
SmokeyDope
e6f2391120
Fixed up indentation and removed excess blank lines
...
Fix up indentation for warped and crimson wart block sounds
Fix indentation for shapeless type @ netherite ingot
Fix up indentation for warped and crimson wart block sounds part 2
2023-04-29 13:37:13 +02:00
SmokeyDope
8945b3d9d9
Removed handy, axey, swordy, from nether vines & removed useless comments
2023-04-29 13:37:13 +02:00
SmokeyDope
7b80f25ba2
Make weeping vines and twisting vines break instantly
...
Partial revert of previous commit, they should break instantly
2023-04-29 13:37:13 +02:00
SmokeyDope
73eee5b063
Make ancient debris smeltable in a blast furnace
...
Make netherite ingot crafting shapeless
2023-04-29 13:37:11 +02:00
SmokeyDope
ecf0f48da4
Add sound to warped wart block and shroomlight block
...
Add sounds to weeping vines and twisting vines, updated warped wart block and shroomlight sounds
Add placement sounds to twisting vines and weeping vines
make blackstone, basalt, and nether gold ore mineable with a wooden pickaxe
Fixes #3287
Add breaking sounds for warped fungus, nether sprouts, warped roots, crimson fungus, crimson roots
Add node breaking logic to twisting vines and weeping vines
breaking twisting vines will break the ones above them, breaking weeping vines breaks the ones below them
lower hardness of warped wart block and shroomlight block to match nether wart block
Make weeping vines and twisting vines break the same speed as regular vines
2023-04-29 13:37:09 +02:00
SmokeyDope
68e41cf875
make hoes effective on warped wart blocks and shroomlight blocks
...
make hoes effective and swords slightly effective on nether wart blocks
2023-04-29 13:37:07 +02:00
cora
fc4e4d66b1
Fix crash when rightclicking nodes with axe
2023-04-28 12:16:35 +02:00
cora
aa8ab4135c
Fix crash when using a named spawn egg
2023-04-27 22:27:38 +02:00
Johannes Fritz
5bef72fc6f
Remove solar panels pre 5.4 compat code
2023-04-25 19:49:08 +00:00
Johannes Fritz
280df975d0
solar panels: No crash when minetest.get_natural_light() return nil
2023-04-25 19:49:08 +00:00
ancientmarinerdev
023f064c7e
Bundled lua with 5.7 crashes when you right click a farmer villager. math.random needs correct order
2023-04-25 19:46:14 +00:00
Johannes Fritz
4fde4aad39
Fix mcl_skins crash
2023-04-25 19:45:09 +00:00
cora
0652133431
Fix indentation in mcl_tools
2023-04-25 19:23:11 +00:00
cora
a8c7c04d76
Remove excessive logging and vars from unknown check
2023-04-25 19:23:11 +00:00
ancientmarinerdev
4c60a8ba94
Fix crash stripping unregistered block
2023-04-25 19:23:11 +00:00
ancientmarinerdev
870947e23e
Firework death message incorrect order fix
2023-04-25 19:10:34 +00:00
ancientmarinerdev
c721c27077
Fixed thorns death message incorrect order
2023-04-25 19:10:34 +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
c5a2a78d5e
Fix the flat biome having a beach sky colour
2023-04-25 19:08:48 +00:00
FossFanatic
fd00c15d59
Add locals for certain hex codes that occur too many times
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
a57907db02
Add sky and fog colour for each overworld biome
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
cora
b7e24699a9
Remove logging comments, clean up code
2023-04-25 19:03:48 +00:00
ancientmarinerdev
e498583d77
Fix crash when leaves don't have a registered orphan but try to rot
2023-04-25 19:03:48 +00:00
cora
cedfb98f28
clean up fix code
2023-04-25 01:43:21 +02:00
ancientmarinerdev
3cb9ef9fff
Fix wither crash on certain version of Lua.
2023-04-25 01:36:15 +02:00
cora
f872cf1a28
Simplify lectern on_place
2023-04-24 19:30:00 +00:00
cora
cac9a62c0e
mcl_lectern basic cleanup
2023-04-24 19:30:00 +00:00
cora
365704b027
Remove superfluous license and readme files from mcl_lectern
2023-04-24 19:30:00 +00:00
ancientmarinerdev
3c8122d6ba
Ooooooh, lecterns. My favourite.
2023-04-24 19:30:00 +00:00
Michieal
2541e6c3a1
Made Lecterns solid.
2023-04-24 19:30:00 +00:00
Michieal
61e76f5524
Finished Lecterns.
...
Added in License.txt.
2023-04-24 19:29:59 +00:00
Michieal
70f33ac6b7
Built basic lectern model, texture, and node definition.
...
Created crafting recipe.
Marked Lecterns as WIP.
Started defining placement.
Added in README.txt.
2023-04-24 19:29:59 +00:00
PrairieWind
a57492c0df
Fix cornflower biomes and change seed values for cornflowers and lilies of the valley
2023-04-24 19:27:54 +00:00
PrairieWind
beafde5b67
Update Translation Template for flowers
2023-04-24 19:27:54 +00:00
PrairieWind
1e24a792c0
Add Cornflowers
...
Evidently I didn't include the lily texture in the lily of the valley commit, so it is in this one. Again, lily of the valley texture by Nicu
2023-04-24 19:27:54 +00:00