This mod seems great, but some things aren’t mentioned in the documentation. Like, where do I put the main.json file? How do I make the textures for blocks/items and where do I put them? What is the Ore Dictionary? What are Tile Entities? I just think the documentation should be a bit more specific. Made it through getting started, but not any further. The first part of the Adding Content part didn’t work.
Same with me. I setup the folder structure as described, with *.json files in the same locations as the example mod on GitHub. I provided knowen working blockstate and model files (copied from anotherr mod to be sure they were correct) and it did not do anything to produce my new block.
I tried an ultra-simple example of creating just one smelting recipe like thw doc shows and still the mod doesn't do a damn thing!
I'm running this in a very minimal mod load out for super quick restarts, so the chance of multi-mod interactions is low.
I've tried and I couldn't even get past getting started. Everything has to be needlessly complicated for some ungodly reason. I'll never understand other humans for as long as I'll live on this planet.
Have you ever just thought maybe it's not actually that complicated, you just aren't mentally suitable to understand it, and that is why you fail to understand other humans because you are several degrees of sentience under them?
I'm not getting this mod to work at all, I've done step one "Getting Started", it works just fine. I've done step two "Adding Content" and nothing happens. I've reloaded minecraft several times, the mod doesn't load up. I've even zipped the folder and renamed it to a jar, but all I'm getting then is a crash "Error: net.minecraftforge.fml.common.LoaderException: custom Failed load class: cs4mod.custom". Please advice what I'm doing wrong here?
Read the message below! Generation of a new mod in new forge versions does not work. You need to roll back to 14.23.3.2655 and generate files of your mod, and then to any new one. Create a mod on forge 14.23.3.2655, archive it as necessary and transfer to any new version of forge.
Is this abandoned?
Can I take this mod to the Chinese website www.mcbbs.net?
This mod seems great, but some things aren’t mentioned in the documentation. Like, where do I put the main.json file? How do I make the textures for blocks/items and where do I put them? What is the Ore Dictionary? What are Tile Entities? I just think the documentation should be a bit more specific. Made it through getting started, but not any further. The first part of the Adding Content part didn’t work.
In reply to DMHPlayz:
Same with me. I setup the folder structure as described, with *.json files in the same locations as the example mod on GitHub. I provided knowen working blockstate and model files (copied from anotherr mod to be sure they were correct) and it did not do anything to produce my new block.
I tried an ultra-simple example of creating just one smelting recipe like thw doc shows and still the mod doesn't do a damn thing!
I'm running this in a very minimal mod load out for super quick restarts, so the chance of multi-mod interactions is low.
how do i make the json files?
In reply to broskibble:
you can create a text file, change .txt to .json and open it in notepad
I've tried and I couldn't even get past getting started. Everything has to be needlessly complicated for some ungodly reason. I'll never understand other humans for as long as I'll live on this planet.
In reply to xombiekilla1:
Have you ever just thought maybe it's not actually that complicated, you just aren't mentally suitable to understand it, and that is why you fail to understand other humans because you are several degrees of sentience under them?
In reply to xombiekilla1:
It's not like they are asking you to write assembly code or anything...
Thank you for an awesome mod! So far everything works great. I just have one question - is there an option to add gravity to the block?
In reply to Alek973:
You can change the block type for the sand mechanics.
In reply to Lador:
Thank you!
I'm not getting this mod to work at all, I've done step one "Getting Started", it works just fine. I've done step two "Adding Content" and nothing happens. I've reloaded minecraft several times, the mod doesn't load up. I've even zipped the folder and renamed it to a jar, but all I'm getting then is a crash "Error: net.minecraftforge.fml.common.LoaderException: custom Failed load class: cs4mod.custom". Please advice what I'm doing wrong here?
In reply to FroStHaVoc103:
Read the message below! Generation of a new mod in new forge versions does not work. You need to roll back to 14.23.3.2655 and generate files of your mod, and then to any new one. Create a mod on forge 14.23.3.2655, archive it as necessary and transfer to any new version of forge.
Accidentally deleted the Jar file of his mod and now minecraft no longer sees it.
Tried to change the version, create from scratch, create a mod with a different name and id, but still does not see
In reply to Rezak78:
Create a kernel mod only works to forge 14.23.3.2655
In reply to MrLador:
This is not good...
In reply to Rezak78:
it's not so bad, you created the mod works even on the new versions. Simply Forge shut down access.
Why not added?
I created main.json
{
"content": [
{
"type": "creativeTab",
"entries": [
{
"id": "TestTab",
"icon": "akairpg:test1"
}
]
},
{
"items": [
{
"id": "test1",
"model": "akairpg:test",
"creativeTab": "TestTab"
}
]
}
]
}
I created test.json in \assets\akairpg\models\item
I created test.png in \assets\akairpg\textures\items
But i not see this item and CreativeTab in Minecraft