
AzureZhen
Members-
Content Count
3 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout AzureZhen
-
Rank
Tree Puncher
Converted
-
Gender
Undisclosed
-
Personal Text
I am new!
-
Hi I'm looking for some help on fixing my items defaulting shading, as by default it isn't a smooth shading. Here is what I mean Here is what I'm trying to do (this was taking using a shader) My models MTL: newmtl TEX_w2dkn07 map_Kd rcraft:items/w2dkn07 Here is its Blockstate file: If you need anything else, please let me know!
-
AzureZhen started following 1.11.2 Infinite Render not applying
-
So I'm playing around with some assets of mine and I'm working on importing a full city into Minecraft via the OBJ loader. Now I've got it work and even got the textures working and everything, however the issue I have now is if you let the block you place go behind you or out of sight, everything derenders. I understand this is a basic thing of Minecraft but I am also aware of the INFINITE_EXTENT_AABB that would force it have a limitless bounding box which would keep it rendered. However after setting up what I believe is the correcting for it, I can't get it work. Since it's a decent amount of code to copy and paste here, I've uploaded my current source to GitHub here, https://github.com/Jerry996666/The-World-RCraft-1.11.2. If someone who's better at spotting issues please let me know where my mistakes are, it help me a ton. Thank you for any help!
-
Hi I'm trying to set up some code that when a GUI button is clicked it sends a command that takes a variable from what button is pressed and inserts into the command. Minecraft.getMinecraft().thePlayer.sendChatMessage("/" + classe + ""); the classe is already defined and working in the rest of the mod, however when pressed, I am kicked and it pops up "Illegal characters in chat". What am I doing wrong? Thanks for any help.