Jump to content

Recommended Posts

Posted

(Fair warning, this is going to be a similar post to my last one)

 

I know you should pretty much always create block models in the .json format, but I'm part of a modding team who have created a whole bunch of .java models, and I'd hate to have to ask them to remake them all to convert them to .json. Is it a terrible idea to keep them as java files or is it fine? If so, how do you render the blocks this way?

  • 4 months later...
Posted

Someone please answer this -- a lot of people would like to know -- I for example, have block that is the alternate state of a mob, so the two need to be identical.  I know its been stated that block models don't have to be JSON, and this doesn't require TESR.  So, is there a standard Forge way to do this, or are such statements a hint to hack in our own way.

 

BUMP!

Developer of Doomlike Dungeons.

Posted (edited)

Ah, so if I actually rendered the entity model directly as a block, it would be a TESR on some level, and the way would be found by researching ICustomModelLoader and its current implementations?  (Though if I could duplicate it as JSON it would be preferable).  Funny though, I thought all the rendering was ultimately base on OpenGL, just loaded / generated differently.  I'll look into this when I have time (I've already spend half my vacation updating someone else's mod, so I may take a break once its in a playable state).

 

Thanks.

Edited by JaredBGreat

Developer of Doomlike Dungeons.

Posted
  On 7/2/2018 at 3:17 PM, JaredBGreat said:

Funny though, I thought all the rendering was ultimately base on OpenGL, just loaded / generated differently.

Expand  

Correct. But as blocks are baked (the triangles don't need to be recomputed every frame) they can be streamed to the GPU much faster.

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.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hello everyone, I’d like to share a mod concept inspired by the Solo Leveling universe. My goal is to create a Minecraft experience where players explore unique dungeons, fight powerful bosses, level up their character, and unlock special abilities — all while keeping Minecraft’s sandbox charm. I mainly use MCreator for development, as it’s my preferred tool, but I’m open to integrating custom code, models, and assets from collaborators. Main Question: Would anyone be interested in joining the development of this mod? I’m looking for people who could help with: 3D Models (weapons, mobs, bosses, environmental assets) Sound Design (boss themes, dungeon ambience, ability sounds) Texture & Artwork (UI elements, icons, environment textures) Additional Coding (if needed for complex systems beyond MCreator’s scope) Concept: Players can enter portals leading to themed dungeons. Each dungeon ends with a unique boss battle. Defeating bosses grants special XP to improve stats (strength, mana, speed, defense). Rare loot, upgradeable gear, and unlockable powers. Extra Features Planned: Multiple dimensions with unique environments. NPCs giving quests. Random portal events appearing in the Overworld. Technical Approach: Development will primarily use MCreator for rapid prototyping. Custom models and textures can be integrated. NeoForge API features may be added for advanced functionality. If this project interests you, feel free to reply here or send me a message so we can discuss ideas, asset requirements, and a possible development roadmap.
    • I have followed the instructions on the Parchment website, but it still shows that the corresponding version cannot be found. https://parchmentmc.org/docs/getting-started What should I do?😢
    • main: Could not find net.minecraftforge:forge:1.20.1-47.4.0_mapped_parchment_2023.09.03-1.20.1. Searched in the following locations:   - file:/C:/Users/qhxg/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.20.1-47.4.0_mapped_parchment_2023.09.03-1.20.1/forge-1.20.1-47.4.0_mapped_parchment_2023.09.03-1.20.1.pom   - file:/C:/Users/qhxg/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.20.1-47.4.0_mapped_parchment_2023.09.03-1.20.1/forge-1.20.1-47.4.0_mapped_parchment_2023.09.03-1.20.1.jar Required by:     project : Possible solution:  - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
    • Minecraft has a problem with a mod that somehow prevents the Java runtime environment from working. I don't know which mod it is, so it's more of a guess, and I have the latest version of Java installed. https://mclo.gs/Xo7jTvo
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.