-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Certain rotated Blockstates are not updating correctly. #100
Comments
Can you test this again or provide the pack? |
oh wait you do provide the pack, im blind |
why did you provide the converted one bruh, |
www.mediafire.com/file/ppcpvu7xb5b0t6x/Witchcraft_and_Wizardry_-_Resource_Pack.zip/file here is the full pack this is a advanced pack , making use of all features. note there is a top and bottom for doors. |
ah alright |
here is the map for that pack https://www.mediafire.com/file/ij0zqbumkjufv39/Witchcraft_and_Wizardry.zip/file |
Where you on any sub version of 1.19? or Just 1.19.0? |
The pack is in the map root to auto load . map is 1.16.5 only |
But you loaded in 1.19? The issue says 1.16.5 to 1.19 |
Map says 1.16.3 in the worlds menu |
I'm always updating . Now I'm working on updating the map to 1.20.4 . Yes its a 1.16.x map |
I did manually fix errors by checking the minecraft logs . Theoretically can OPEN AI update software like minecraft stuff? |
My game keep crashing when trying to use the pack, but from looking, the iron door models are missing in the models folder. |
The map was made for 1.16.5 and is a adventure map with a interactive datapack and custom reasourcepack. If something is missing in the pack, then it inherits default from minecrafts built in reasourcepack.. To understand the project open the map in 1.16.5 here is some helpful cheats instructions to test game play You can do /function hp:setup Start a game and then you can do /tag @s add e when the cutscene is done to exit /trigger exploreMode This issue was opened a while ago , but lets say that we want to go from 1.16.x to 1.20.4 and above . More things have changed . In 1.16.5 lets prepare the map for update to 1.20.4 , by putting the game in explore mode /trigger exploreMode . The game can now be upgraded to higher versions . Generally you would open the map in 1.19.2 and allow Minecraft to convert the area around the player, then close the game and open in 1.20.4 . You are still in explore mode but the datapack is old and not work in 1.20.4 so gameplay is just creative mode . Use the book to warp around . none of the other commands work . Now you can begin to work on the resourcepack . A quick conversion of the pack to Format 22 will show in game what was missed |
alright |
Here is a video of gameplay |
I did a initial port from 1.16.x to 1.20.4 , with the new 2.2.3 RC , It did most of the conversion . |
Did you get the latest jar from Jenkins or the Releases tab on GitHub? The
releases tab has a outdated version, you can get the latest built jar on
Jenkins.
…On Wed, Mar 6, 2024 at 14:03 Tsoccerguy3 ***@***.***> wrote:
I did a initial port from 1.16.x to 1.20.4 , with the new 2.2.3 RC , It
did most of the conversion .
missed a few blocks , Black_concrete ,iron door etc . Sometimes * .json
files are left out if they are default and would be inherited from default .
I will need someway to update the data pack and command blocks . Any help
much appreciated .
—
Reply to this email directly, view it on GitHub
<#100 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6E2U4VWGIJ75XMSGBTPF53YW5SB5AVCNFSM52DBTVG2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJYGE2TQNJQGQZA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I did notice a ready made book had a text issue and did not work in 1.20.4 .It last worked in 1.20.1 . I'll need to read unto what has changed |
got the latest from realeases on this git compiled last week . did not see a Jenkins link |
https://jenkins.dc1.agentdid127.com/job/resourcepackconverter/ There’s been some changes since last week, get the latest jar here ^ |
here is Minecrafts log . The parsing errors show what RC missed |
Easy enough to manually fix . Generally caused by name changes in versions and in the case of doors check for states |
In the case of concrete , there are 4 Alt models and a name change in newer versions |
in the case of the iron door , the author of the pack left out the 4 iron_door model JSON files in 1.16.3 to use the games built in default . A game change in latter versions have different default model JSON files . This game change is why textures are not found. I guess the logic should be looked into where the author has left out model JSON definitions in favor of using default and a game change in minecraft versions . The default 1.16.3 vs 1.19.2 JSON model definitions are very different and is why no texture is found and the error in the log. This will be the case on other blocks and items as well |
Maybe if the other models for iron door are not found, just delete the file and assume default? |
I tried the latest converter on the posted pack above for 1.16.2. I converted to 1.21.1 with some errors . If the converter can successfully convert that pack to each main minecraft version , then it could do anything |
deleting the blockstate name will grab the default minecraft texture from the version jar. The guy who did the map and pack needed more blocks that 1.16.x had in vanilla. They mapped textures to different states of the door. in this case the bottom hinged model of the iron door had a texture of a staircase railing mapped to some states. |
I removed everything from the pack except the iron door . there was a change to packs a few versions ago that merged doors and although this would work in 1.16.5 , it does not work in 1.18.2 ,1.19
in 1.16.5 screenshot
in 1.19 screenshot
iron_door_resources_pack_converted.zip
The text was updated successfully, but these errors were encountered: