So basically I have covered all the basics in mod creation, and I wanted to start adding gui's to my 1.8 mod, and I found a tutorial, however it doesn't work, can anyone give me some advice and/or link me to a good tutorial that works?
~Thanks in advance
I recently started to add new items and blocks to my mod, and I copied what I had done for my previous blocks, including adding the item .json for how they should be displayed within the inventory menu's.
Here is a copy of this .json I used for this block:
{
"parent": "em:block/Cloth_Chair",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
}
}
}
Any help would be greatly appreciated
After around a week successfully modding minecraft using eclipse, I started up eclipse this morning expecting to continue to mod however the Minecraft Project was missing from from the project explorer.
I've tried switching the workspace folder and I have also re-ran gradlew for eclipse.
Any suggestions on how to get my project back?
1 reply
Important Information
By using this site, you agree to our Terms of Use.