-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Block Model Generation, data generation for custom blocks via blockstates. #268
base: main
Are you sure you want to change the base?
Conversation
…del Generation tutorial
❌ Deploy Preview for nimble-elf-d9d491 failed.
|
…del Generation tutorial + package-lock.json
reference/latest/src/client/java/com/example/docs/datagen/FabricDocsReferenceModelProvider.java
Show resolved
Hide resolved
reference/latest/src/client/java/com/example/docs/datagen/FabricDocsReferenceModelProvider.java
Outdated
Show resolved
Hide resolved
reference/latest/src/main/java/com/example/docs/block/custom/VerticalSlabBlock.java
Outdated
Show resolved
Hide resolved
reference/latest/src/main/java/com/example/docs/item/ModItems.java
Outdated
Show resolved
Hide resolved
reference/1.21/src/main/java/com/example/docs/block/ModBlocks.java
Outdated
Show resolved
Hide resolved
All files should be changed according to your suggestions. I also added you to the author list. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quite alot of changes needed, very well structured so far.
The BlockFamily
should be referenced/code shown in the page, its not mentioned enough.
Also run a quick spell check and grammar using LanguageTool, please dont use line break HTML elements either, a new line gap can suffice in all cases.
All changes should be present, thanks for all corrections. |
This comment was marked as resolved.
This comment was marked as resolved.
All things should be complete now (I hope) |
A guide to block model generation and to data generation for custom blocks. I also added a new page for Item Model Generation, which is unfinished for now, because I don't have enough experience with that. Feel free to expand that.
The page should have not any spelling/grammar mistakes, though English isn't my main language. Some choices of words may be a little strange.