13249 Commits

Author SHA1 Message Date
cora
20c4739dea
Remove duplicate code building end portal destination 2024-04-01 12:53:12 +02:00
cora
f7e61a6e83
Prevent mobs from dying after going through portal 2024-04-01 12:53:12 +02:00
cora
138f96e0b0
Fix indentation in nether_portal 2024-04-01 12:53:12 +02:00
cora
6c612b8cea
Unset "portal_cooloff" entries instead of setting to false
otherwise this list can grow infinitely
2024-04-01 12:53:12 +02:00
cora
8df17fea3a
Remove superfluous default fall speed in mobs physics
this is now part of the mobs meta table
2024-04-01 12:53:12 +02:00
cora
ecfeb3387c
Fix mobs death loop when reloading while dead 2024-04-01 12:53:12 +02:00
Freeman
aed00404ba moved ":" to register_node calls 2024-04-01 02:41:07 +02:00
Freeman
ed404701de allow register heads from external mods
fixes #1267
2024-04-01 02:01:10 +02:00
cora
63b3298d29
Fix possible crash due to engine bug reloading XP orbs 2024-03-31 18:45:40 +02:00
cora
619a4036d4
Fix player head rotation when "soft-attached" (mcl_cozy) 2024-03-31 18:23:01 +02:00
cora
84d9345bc1
Fix animations being reset after set by other mod 2024-03-31 18:23:01 +02:00
cora
58b329d0ec
Add deprecation warning when using mcl_dye.register_on_bone_meal_apply 2024-03-31 17:38:52 +02:00
cora
1cfcf97a5a
Improve mcl_dye backwards compatibility
Adds bone_meal related functions to mcl_dye compat mod
2024-03-31 17:38:52 +02:00
cora
1531d70fd4
Make dragon egg available in creative inventory 2024-03-31 17:35:21 +02:00
cora
cfa8911152
Swap armor on right click 2024-03-31 17:12:46 +02:00
cora
b02d247a8b Set light level threshhold to 15 in the end
otherwise no endermen spawn
2024-03-31 12:23:07 +00:00
Jürgen Rühle
6d0fc5e99a Adapt leather armor to new API 2024-03-30 17:01:48 +01:00
Jürgen Rühle
cfc4bbdbbc Document changed API and restore backwards compatibility
27e216112e changed the API of mcl_armor.register_set to facilitate
automated localization string extraction. This wasn't documented and mods
depending on the old contract were broken.

This also fixes translation of leather armor that was partially depending
on the old API contract.
2024-03-30 17:01:48 +01:00
nixnoxus
460a02d6f3 fix crash when abm called for air!? 2024-03-29 12:50:38 +01:00
nixnoxus
4f40db5601 Add the growth of weeping_vines and twisting_vines 2024-03-28 21:41:05 +01:00
nixnoxus
0c020c85f6 fix old cherry boat texture 2024-03-24 01:34:48 +01:00
nixnoxus
dea3ae4f7e fix trapdoor aliases and (some) chest_boat aliases 2024-03-23 20:33:18 +01:00
nixnoxus
5e509aebb5 add crossbow as fuel 2024-03-23 04:43:20 +01:00
nixnoxus
cff78db211 add wood stairs, bark stairs, bark slabs as fuel 2024-03-23 04:43:00 +01:00
cora
0cd43d4353 Fix crash when player inv not found 2024-03-21 02:40:11 +01:00
cora
64a9a6313f Conversion CSV update 2 2024-03-21 00:45:14 +01:00
cora
55b5e5b8ce Conversion CSV update 1 2024-03-21 00:45:14 +01:00
cora
8cdcfe6bc5 Fix inconsistent indentation (from cherry-picking) 2024-03-21 00:45:14 +01:00
James David Clarke
4dd7d42177 More fixes 2024-03-21 00:45:14 +01:00
James David Clarke
9e7702e94e Converted utils os.system commands to useing the more pythonic: wand, library. And partially converted armor os.system commands to wand too. 2024-03-21 00:45:14 +01:00
James David Clarke
6a695f6635 Added requirements.txt 2024-03-21 00:45:14 +01:00
James David Clarke
650fd972ab Made terms clearer in gui.py 2024-03-21 00:45:14 +01:00
James David Clarke
654e343f8a Fixed crash bug with GUI 2024-03-21 00:45:14 +01:00
James David Clarke
1e7baa22a2 Made minetest directory handling, platform indiependent 2024-03-21 00:45:14 +01:00
James David Clarke
e2e4de6186 Refactor convert_textures code, seperated special cases into its own module 2024-03-21 00:45:14 +01:00
James David Clarke
4f0fef1145 GUI Now functional 2024-03-21 00:45:14 +01:00
James David Clarke
646a914657 Seperated common convert code from CLI and GUI so they can both use it 2024-03-21 00:45:14 +01:00
James David Clarke
fb811ff8b8 Started on GUI and seperating code so GUI and CLI can share it 2024-03-21 00:45:14 +01:00
James David Clarke
3c84eec2fd Added --all flag. 2024-03-21 00:45:14 +01:00
James David Clarke
235847c88e Fixed find_highest_minecraft_version, got rid of hardcoded major-minor version string. 2024-03-21 00:45:14 +01:00
James David Clarke
aed529cc9a Added --default flag 2024-03-21 00:45:14 +01:00
James David Clarke
85b5614705 Added Conversion Table validator. 2024-03-21 00:45:14 +01:00
James David Clarke
4cb683d092 Refactored code: split up into different functions and modules. 2024-03-21 00:45:14 +01:00
James David Clarke
f02e80e1fc Replace getopt code with argparse as its more modern. 2024-03-21 00:45:14 +01:00
James David Clarke
b8858d5548 Added PIL dependency and added pixel dimentions autodetection 2024-03-21 00:45:14 +01:00
James David Clarke
3ed8867460 Extra tools 2024-03-21 00:45:14 +01:00
James David Clarke
e3c3645b68 Added my internal tools 2024-03-21 00:45:14 +01:00
James David Clarke
066681de97 Updated Grass,Fern,Vine,Lily Pad and leaves to MC 1.19+ 2024-03-21 00:45:14 +01:00
James David Clarke
a8932eb4ba Updated rails to MC1.19+ 2024-03-21 00:45:14 +01:00
James David Clarke
101fa1c3bc Added support for MC1.19 Resource Packs 2024-03-21 00:45:13 +01:00