Jump to content

Recommended Posts

Posted (edited)

Hi, I've been tinkering with the 1.14.2 dev space fairly successfully. finding how to inject classes and methods so i have a fair amount of understanding.

I'm current trying to scale blocks down by a factor of 2 (or 3, I'm not entirely sure yet), so instead of a block being 16x16x16 (not actual numbers but for argument sake) it could be 8x8x8 (or less).

One of the theoretical problems is that reducing block size per-block would just result in ill-fitting/not properly tessellating blocks. (i briefly tested this with a a models elements in json). 

I've managed to scale entire chunks, however this just moved chunks down rather than actually reducing the scale of the blocks (see attached pic).

I have also managed to increase all entity sizes by that factor so that the game actually calculates all things properly/in proportion to the block scaling. 

I'm kind of at a loss on how to achieve my goal, the entities were a lot easier than how the blocks are turning out. Any pointers/tips would be greatly appreciated, 

Meeple

 

Current GitHub: https://github.com/MistressMeeple/MEMO

minecraft_chunk_scale.png

Edited by Meeple
clarification

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

    • Hi there! I'm looking for a mod that will randomly determine if someone will keep their items on death or lose them all. Does anyone know of a mod like this?
    • Recently I feel like the time taken for a response in the Modder Support forum is slower than what it was when I first joined the forum (9 months ago), which feels odd due to the amount of views many posts get (my most recent one is currently sitting at 19.6k views with no replies; though I understand that not everyone viewing may have an account or be able to help). I would usually get replies only a few days after originally posting, but with my most recent post I have been waiting for two weeks. I even saw a post a few days ago where someone got a reply six months after they posted.    In my case, I am quite an inexperienced modder that is relying on tutorials to learn my modding. With my inexperience there are some issues, like two that I am having now where things are going wrong with my code yet my code matches perfectly with the tutorial, that I am simply clueless on and am put in quite a roadblock. The help here on the forums is excellent and I usually don't mind waiting a few days, but I would also really like to progress with my mod and release it to the public. I am not trying to complain with this post, I am just wanting to mention something bothering me to see if anyone else is the same.
    • Hi I'm currently making an addon mods to add compatibility between tacz and the Vault Hunters Modpack. I added a new item that is a extend of the kineticgun class from tacz and implements the vaultgear classes from Vault Hunters. The texture and other functionnality of the guns in tacz comes from the gunId nbt so once i add the nbt my new item works perfectly. My problem is when in debug the texture from tacz works and i can see the gun in every place but once i export the mod i can only see the gun in my hand in first person, in third person and the inventory i get the error texture. If you can help please leave a message. Thank you   ps1: src https://github.com/Pixyde/tacz_x_vault_hunters ps2: this is my first mod
    • Yea, I disabled the mod and still crashed in the same spot
  • Topics

×
×
  • Create New...

Important Information

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