James Clarke
ddfbd331c9
Refactor convert_textures code, seperated special cases into its own module
2024-01-21 02:19:29 +00:00
James Clarke
47b6bd5539
GUI Now functional
2024-01-21 02:19:29 +00:00
James Clarke
16cdc9fd12
Seperated common convert code from CLI and GUI so they can both use it
2024-01-21 02:19:29 +00:00
James Clarke
2904e3119f
Started on GUI and seperating code so GUI and CLI can share it
2024-01-21 02:19:29 +00:00
James Clarke
e04f4d3b2a
Added --all flag.
2024-01-21 02:19:29 +00:00
James Clarke
0584fc4ebf
Fixed find_highest_minecraft_version, got rid of hardcoded major-minor version string.
2024-01-21 02:19:29 +00:00
James Clarke
1147a9715a
Added --default flag
2024-01-21 02:19:29 +00:00
James Clarke
e05e46bc59
Added Conversion Table validator.
2024-01-21 02:19:29 +00:00
Doods
7793a31f0e
Added: stripped logs, planks, recovery compass, amethyst, netherite stuff
2024-01-21 02:19:29 +00:00
James Clarke
a6753806cc
Refactored code: split up into different functions and modules.
2024-01-21 02:19:29 +00:00
Doods
a25bdfbc90
added: loom, lodestone, tropical fish patterens, trim templates, fletching table (partial), craftguide seach icon, renamed armor stand item, renames dyes
2024-01-21 02:19:29 +00:00
James Clarke
254fe4d98e
Replace getopt code with argparse as its more modern.
2024-01-21 02:19:29 +00:00
James Clarke
6324c805eb
Added PIL dependency and added pixel dimentions autodetection
2024-01-21 02:19:29 +00:00
James Clarke
3103969bdc
Got rid of redundent "Target path" field as its always "./textures"
2024-01-21 02:19:29 +00:00
Doods
7cb17eefa1
testing to make sure I know how to use git + adding 10 textures
2024-01-21 02:19:29 +00:00
James Clarke
4f0ad6de6d
Extra tools
2024-01-21 02:19:29 +00:00
James Clarke
59ffda6e86
Added my internal tools
2024-01-21 02:19:29 +00:00
James Clarke
1b7cde697a
Updated Grass,Fern,Vine,Lily Pad and leaves to MC 1.19+
2024-01-21 02:19:29 +00:00
James Clarke
bae95fea09
Updated rails to MC1.19+
2024-01-21 02:19:29 +00:00
James Clarke
5f6173b999
Some fixes to the conversion script to make rails work in MC1.9+ Packs
2024-01-21 02:19:29 +00:00
James Clarke
bd113dd902
Added Missing textures to Conversion_Table.csv
2024-01-21 02:19:29 +00:00
James Clarke
557ea75c5d
Added more textures to Conversion_Table.csv
2024-01-21 02:19:29 +00:00
James Clarke
98a5f07ef8
Added support for cherry blossoms MC 1.20+
2024-01-21 02:19:29 +00:00
James Clarke
29fe5e5b40
Added more entries and modified existing to Conversion_Table.csv
2024-01-21 02:19:29 +00:00
James Clarke
a5573aab26
Updated Conversion Table
2024-01-21 02:19:29 +00:00
James Clarke
17da379269
Changed 108 textures to work with 1.19 MC
2024-01-21 02:19:29 +00:00
James Clarke
566bc8a02b
Added support for MC1.19 Resource Packs
2024-01-21 02:19:29 +00:00
Eliy21
44bd1c7b71
Reduce sweet berry bush slowdown ( #4150 )
...
Reviewed-on: MineClone2/MineClone2#4150
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: Eliy21 <eliy21@noreply.git.minetest.land>
Co-committed-by: Eliy21 <eliy21@noreply.git.minetest.land>
2024-01-21 01:07:14 +00:00
the-real-herowl
ac8ff800ec
Merge pull request 'Farming fortune drop bug fix' ( #4121 ) from JoseDouglas26/MineClone2:mcl_farming_fortune into master
...
Reviewed-on: MineClone2/MineClone2#4121
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
2024-01-20 04:46:02 +00:00
JoseDouglas26
3b60a8eb18
Farming fortune drop bug fix
2024-01-20 04:03:25 +00:00
the-real-herowl
681175c463
Merge pull request 'Show elytra animation when using elytra' ( #4108 ) from elytra into master
...
Reviewed-on: MineClone2/MineClone2#4108
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
2024-01-20 04:02:44 +00:00
the-real-herowl
3dafeb7505
Merge pull request 'Set all mob spawn chance weights according to mc now that weights are actually taken into account' ( #4035 ) from Bakawun/MineClone2:mob_chance into master
...
Reviewed-on: MineClone2/MineClone2#4035
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
2024-01-20 04:00:13 +00:00
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟
4c0bad754e
Show elytra animation when using elytra
2024-01-20 03:41:38 +00:00
PrWalterB
899c45534f
Adding occitan translation for CORE and ENTITIES
2024-01-20 04:28:46 +01:00
the-real-herowl
cfd41d458a
Merge pull request 'Add capes' ( #4046 ) from capes into master
...
Reviewed-on: MineClone2/MineClone2#4046
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
2024-01-20 03:26:10 +00:00
the-real-herowl
41c6773fd4
Merge pull request 'Spawning: fix random weighted choice' ( #4025 ) from Bakawun/MineClone2:random_select into master
...
Reviewed-on: MineClone2/MineClone2#4025
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
2024-01-20 03:15:24 +00:00
the-real-herowl
27c3760da1
Merge pull request 'Ghast: align attributes with mc' ( #4014 ) from Bakawun/MineClone2:ghast into master
...
Reviewed-on: MineClone2/MineClone2#4014
2024-01-20 03:14:16 +00:00
James Clarke
aa4d5738c7
Fix Survival Inventory Tab API ( #4147 )
...
* restored some old code that had gone missing
* fixed the survival inventory tab API not working
* fixed some grammar
Reviewed-on: MineClone2/MineClone2#4147
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: James David Clarke <james@jamesdavidclarke.com>
Co-committed-by: James David Clarke <james@jamesdavidclarke.com>
2024-01-20 00:42:56 +00:00
the-real-herowl
59ad110e6b
Merge pull request 'Fix mcl_shields is_blocking crash when object not found under player' ( #4134 ) from Impulse/MineClone2:mcl-shields-crash-fix into master
...
Reviewed-on: MineClone2/MineClone2#4134
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
2024-01-15 14:22:33 +00:00
James Clarke
ee24b24c68
Fix indentation
2024-01-15 14:19:51 +00:00
James Clarke
f94e7fc52f
Fix mcl_shields is_blocking crash when object not found under player
2024-01-15 14:19:51 +00:00
chmodsayshello
45c84b1f1d
fix formspec
2024-01-13 19:50:09 +01:00
chmodsayshello
96dbcc45d0
fix cape being registered twice
2024-01-13 19:50:09 +01:00
chmodsayshello
bfe333ef60
fix cape rendering conflicts
...
The elytra and the normal cape were able to render at the same time while wearing an elytra.
2024-01-13 19:50:09 +01:00
chmodsayshello
89eb0f9b3e
remove test selector_func
2024-01-13 19:50:09 +01:00
chmodsayshello
146b0ade37
update elytra cape instantly
2024-01-13 19:50:09 +01:00
chmodsayshello
0f91b763e9
add cape api
2024-01-13 19:50:09 +01:00
chmodsayshello
aeccc94687
remove sha1 unlocking for minetest cape
2024-01-13 19:50:09 +01:00
the-real-herowl
d3881fc1d1
Fix crash and trim trailing
2024-01-13 19:50:09 +01:00
chmodsayshello
b47fae0ed4
fix string length method call
2024-01-13 19:50:08 +01:00