-
Posts
8 -
Joined
-
Last visited
Content Type
Profiles
Forums
Blogs
News
Store
Posts posted by BrazilPirate
-
-
-
ok, but in the last version i did it with "-", and the message that i got is "please use only letters, numbers and - ".
something changed in the last week about it, because i uploaded the mod with "-" since the v.1.0.0, and just now it is not working the upload.
When i got into modding, i was reading all about it, and i just did it with - because it was not restricted in the page "modinfo"
But ok, i get it.
I need to remap the things. I will be opening other topic for that, because my remapping is not working
tysm
-
I'm trying to upload my mod, and the assets folder and modid are "brazilpirate-foods":
Previously there it was no issue with this, but now i'm getting a error " Cannot save release, invalid mod info, please use only letters, numbers and - "
If i try without the "-" it works, but people using the mod will be with broken textures and items/blocks due to the id of the mod.
Someone knows what i can do in this case?
-
20 minutes ago, Brady_The said:
It's a bit odd that no error messages are printed, but apparently it doesn't like your shape definition.
You have two options:
shapeByType: { "*-2": { base: "block/plant/crop/potato/stage2" }, "*-3": { base: "block/plant/crop/potato/stage3" }, "*-4": { base: "block/plant/crop/potato/stage4" }, "*-5": { base: "block/plant/crop/potato/stage5" }, "*-6": { base: "block/plant/crop/potato/stage6" }, "*-7": { base: "block/plant/crop/potato/stage7" }, "*": { base: "block/plant/crop/potato/stage1" } }or
shape: { base: "block/plant/crop/potato/stage{stage}" }There's also the small problem that you are linking to the shape as followed: "block/plant/crop/potato/", but the "crop" folder is missing in your mod structure.
The shapes 2 to 7 also need some updates, mainly because you are defining only textures "e" and "w" in your blocktype, but shapes 2 to 7 also use texture "s" and "bulb".
The stage1 is the one that i adjusted correctly.
But this: ("block/plant/crop/potato/" without crop)
shape: { base: "block/plant/potato/stage{stage}" },Resolved my problem. I was blind, and you sir gave me the sight. Thank you so much!
-
1
-
-
-
-
I'm creating a mod to add a crop into the game.
I ctrl+c ctrl+v the carrot.json from blocktypes, to use as a guide.
Seed ok, item ok, i can put in farmland, properties are working, stages are working, but the damn textures dont load.
crop.json this is the crop file from blocktypes (duh)
stage1.json the file for the stage1, in my VS ModelCreator is working fine, the textures are in the correct folder
Somebody can enlighten me? What i did wrong?
Remapping mod not working
in [Legacy] Mods & Mod Development
Posted · Edited by BrazilPirate
/bir remap brazilpiratefoods:crop-potato-3 brazil-piratefoods:crop-potato-3 force worked
Like @Brady_The said to me in discord, it's new_code old_code and i messed things