-
Notifications
You must be signed in to change notification settings - Fork 26
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
Can't create custom Dimlet #477
Comments
the same way you make any text document: a basic text editor such as the pre installed notepad would work. just rename it from .txt to .json |
This might not be the right place to ask, but how would I create something like a tag dimlet? |
i would make a new issue/comment for it i dont even know if you can make a tag dimlet and not just custom blocks |
i tried doing this but it would just crash my game when i try to load in to the world i put it in |
Issue description: Can't create custom Dimlet
Steps to reproduce:
Tried many ways that I found over the web to add custom dimlets, but without sucess.
Tried to create a userdimlet.json on the config folder with the following:
[
{
"type": "block",
"key": "allthemodium:raw_allthemodium_block",
"rarity": "rare",
"create": 500,
"maintain": 500,
"ticks": 500,
"worldgen": true,
"dimlet": true
},
{
"type": "block",
"key": "allthemodium:raw_vibranium_block",
"rarity": "rare",
"create": 500,
"maintain": 500,
"ticks": 500,
"worldgen": true,
"dimlet": true
},
{
"type": "block",
"key": "allthemodium:raw_vibranium_block",
"rarity": "rare",
"create": 500,
"maintain": 500,
"ticks": 500,
"worldgen": true,
"dimlet": true
},
{
"type": "block",
"key": "allthemodium:raw_unobtainium_block",
"rarity": "rare",
"create": 500,
"maintain": 500,
"ticks": 500,
"worldgen": true,
"dimlet": true
},
{
"type": "block",
"key": "allthemodium:allthemodium_ore",
"rarity": "rare",
"create": 500,
"maintain": 500,
"ticks": 500,
"worldgen": true,
"dimlet": true
},
{
"type": "block",
"key": "allthemodium:allthemodium_slate_ore",
"rarity": "rare",
"create": 500,
"maintain": 500,
"ticks": 500,
"worldgen": true,
"dimlet": true
},
{
"type": "block",
"key": "allthemodium:other_vibranium_ore",
"rarity": "rare",
"create": 500,
"maintain": 500,
"ticks": 500,
"worldgen": true,
"dimlet": true
},
{
"type": "block",
"key": "allthemodium:unobtainium_ore",
"rarity": "rare",
"create": 500,
"maintain": 500,
"ticks": 500,
"worldgen": true,
"dimlet": true
}
]
But the workbench doesn't recognize the new dimlets and don't show it there
Tried also to create the userdimlet.json in the following path:
C:\Users\USER\Desktop\rftoolsdim-1.20-11.0.5\data\rftoolsdim\dimletpackages
but yet... nothing
I'm trying to add allthemodium ores and others ores that have on the modpack to create a mega mining dimension
Any help?
The text was updated successfully, but these errors were encountered: