Faqjohnson Posted January 31, 2018 Posted January 31, 2018 (edited) Hello, i don't know if this is the correct forum to post this, considering my question has little to do with modding. It is about a Resource pack i am creating. I had an idea about a 2x2 Archway that naturally forms after making a 2x2 upside down stair structure (without one of the bottom ones) like in this image: The question basically is how can i, using resource pack assets, optifine and CTM, make the stairs react to adjacent blocks and change models accordingly depending on which blocks (specific blocks might i add) are present in front, directly above and behind it? i thought CTM would allow me some control over which models display in the game, but the control is limited to png files over preexisting blocks. I tried making the blockstate of stairs a Multipart instead of a variant, but it seems to bug out when checking for above, also i lose all of the Inner stairs - outer stairs interaction, that seems to be coded elsewhere. Edited January 31, 2018 by Faqjohnson Quote
larsgerrits Posted January 31, 2018 Posted January 31, 2018 I don't think that is possible, as stairs determine their variant in the code, and not in their blockstates or models. You'd have to make a mod to be able to do this. Quote Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
Draco18s Posted January 31, 2018 Posted January 31, 2018 Yeah, you can't do this with just resource packs. Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
Faqjohnson Posted January 31, 2018 Author Posted January 31, 2018 (edited) Oh man. So it really isn't possible without mods? Well do anyone knows of an existing mod that allows me to set up such interactions? Like a ctm for models? I am intending to use it on single player. I dug up over the web but didn't find anything noticeable. Edited January 31, 2018 by Faqjohnson Quote
Draco18s Posted January 31, 2018 Posted January 31, 2018 Well, CTM is a mod and has to interact with the Java code in order to do its thing. It is the Connected Textures Mod afterall. The mod code is responsible for gathering the extended state information from the adjacent blocks to determine which texture to use. Without that mod, you can't make the textures connect, as the state information is not available. The same goes for models. But no, there is not currently (to my knowledge) a Connected Models Mod. Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
Faqjohnson Posted January 31, 2018 Author Posted January 31, 2018 On 1/31/2018 at 6:21 PM, Draco18s said: Well, CTM is a mod and has to interact with the Java code in order to do its thing. It is the Connected Textures Mod afterall. The mod code is responsible for gathering the extended state information from the adjacent blocks to determine which texture to use. Without that mod, you can't make the textures connect, as the state information is not available. The same goes for models. But no, there is not currently (to my knowledge) a Connected Models Mod. Expand I mean, wouldn't it be possible to change a few parameters of CTM to work for Json files? Quote
Draco18s Posted January 31, 2018 Posted January 31, 2018 I have no idea. 1 Quote Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.