Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Clean-up, Fixes and new Datagen content #67

Merged
merged 3 commits into from
Oct 23, 2023
Merged

Conversation

JR1811
Copy link
Member

@JR1811 JR1811 commented Oct 23, 2023

Fixes

  • fixed a lot of outdated asset namespaces (mod_idreferencemod)
  • missing code in build.gradle which caused minecraft not to consider generated assets as actual game assets
  • LoggerUtil was missing some return statements, which caused additional errors in the console
  • events all were executed by the common entrypoint (relocated some render events to the client entrypoint)

Content

For a potential BlockState datagen page #33 , new content has been added. It contains:

  • new Block (AdvancedTestBlock)
  • custom BlockState properties (MyModProperties)
  • new datagen class (MyModelProvider)
    • implements all BlockStates of the AdvancedTestBlock and also adds horizontal rotation values
    • adds new model for the AdvancedTestBlock item

The page itself hasn't been written yet, and if this stuff is not needed, it can be deleted again.


Sorry for not clearly splitting the fixes from the content... 😅

@JR1811 JR1811 added Bug/Inconsistency There is an issue with the wiki. Documentation Improvements or additions to the documentation section of the wiki. labels Oct 23, 2023
@JR1811 JR1811 self-assigned this Oct 23, 2023
@IMB11
Copy link
Member

IMB11 commented Oct 23, 2023

All good! Just make sure you make a PR later with the page 👍

@IMB11 IMB11 merged commit 22e3db1 into moddedmc-wiki:main Oct 23, 2023
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug/Inconsistency There is an issue with the wiki. Documentation Improvements or additions to the documentation section of the wiki.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants