How about creating textures for mineclonia 1.21?rstcxk wrote: ↑Sun Aug 25, 2024 12:52as i mentioned above, the script is too old to use with newer versions, someone with scripting knowledge would need to come along and fix it. A list of changes that would need to be made are:
- update transtable.txt to include newer blocks
- update script to look in block sub directory instead of blocks, same for items (line 14 and 20 of conv.sh)
for the future, try to quote only parts of posts you're responding to. Otherwise the thread is hard to read
Minecraft Texture Pack
Re: Minecraft Texture Pack
Re: Minecraft Texture Pack
and how to make sure that these items on Minecraft just need to be renamed to an item for mineclonia, by the way, I removed blocks on block and items on itemrstcxk wrote: ↑Sun Aug 25, 2024 12:52as i mentioned above, the script is too old to use with newer versions, someone with scripting knowledge would need to come along and fix it. A list of changes that would need to be made are:
- update transtable.txt to include newer blocks
- update script to look in block sub directory instead of blocks, same for items (line 14 and 20 of conv.sh)
for the future, try to quote only parts of posts you're responding to. Otherwise the thread is hard to read
Re: Minecraft Texture Pack
you need to modify the transtable.txt file to include all the missing mineclonia textures, transtable.txt has the format
the names of textures in mineclonia are in the repository, each mod has a textures sub directory that has all the textures. Be warned, this will probably take you hours to do. There are 2676 textures total in mineclonia (you would only need to fix the missing ones, still probably hundreds of textures)
If you manage to add all the new textures then you should share the new transtable.txt file for others to use
Code: Select all
<prefix, i for item, b for block>/<texture name in minecraft> <newline>
<name of texture in mineclonia>
If you manage to add all the new textures then you should share the new transtable.txt file for others to use
Re: Minecraft Texture Pack
rstcxk wrote: ↑Sun Aug 25, 2024 13:49you need to modify the transtable.txt file to include all the missing mineclonia textures, transtable.txt has the format
the names of textures in mineclonia are in the repository, each mod has a textures sub directory that has all the textures. Be warned, this will probably take you hours to do. There are 2676 textures total in mineclonia (you would only need to fix the missing ones, still probably hundreds of textures)Code: Select all
<prefix, i for item, b for block>/<texture name in minecraft> <newline> <name of texture in mineclonia>
If you manage to add all the new textures then you should share the new transtable.txt file for others to use
-
- Member
- Posts: 34
- Joined: Thu Oct 02, 2014 06:24
- In-game: ostech
Re: Minecraft Texture Pack
With almost no issue, my texture pack software works with the current Minecraft version's assets (1.21.4). It also works on Windows and Linux. It should work on Mac, but I don't know anyone that can test it.
Just about every item and block is included (no mobs), but this is right before the pale garden stuff is added to Minecraft.
Just about every item and block is included (no mobs), but this is right before the pale garden stuff is added to Minecraft.
-
- Member
- Posts: 22
- Joined: Sat Jun 15, 2024 19:43
- GitHub: realmineplayer
- In-game: mineplayer
- Location: Germany
Re: Minecraft Texture Pack
But does this also work with MTG or only with VoxeLibre / Mineclonia?benedict424 wrote: ↑Sat Jan 04, 2025 08:40With almost no issue, my texture pack software works with the current Minecraft version's assets (1.21.4). It also works on Windows and Linux. It should work on Mac, but I don't know anyone that can test it.
Just about every item and block is included (no mobs), but this is right before the pale garden stuff is added to Minecraft.