TheIllusiveC4 / Curios

Minecraft Mod: A flexible and expandable accessory/equipment API for users and developers.
https://www.curseforge.com/minecraft/mc-mods/curios
Other
181 stars 74 forks source link

help #36

Closed Serzh812 closed 4 years ago

Serzh812 commented 4 years ago

can't do it https://github.com/TheIllusiveC4/Curios/wiki/How-to-Use:-Users items are not inserted perhaps a simple working example ?

TheIllusiveC4 commented 4 years ago

I outline a simple working example using eggs in the wiki guide. You'll have to provide more details about what's not working and what you're trying to achieve. In addition, you'll need to show your config file and the data pack json files that you made.

Serzh812 commented 4 years ago

slot there is-subject not insert https://mega.nz/#!ixd2hYBY!Nsj-pQoj0Id1mokKud9ioi-HAQOcGfnn6p7UUE_XDr4

TheIllusiveC4 commented 4 years ago

Your settings work for me.

It looks like your tag isn't being recognized on your end. Did you make sure that your folder structure is like .minecraft/saves/(world-name)/datapacks/(datapack-name)/data/curios/tags/items? And that pack.mcmeta is in the (datapack-name) folder?

Serzh812 commented 4 years ago

all files in their places p.s. installed portable minecraft folder ".minecraft" is called "nativ...."

TheIllusiveC4 commented 4 years ago

Are you sure the files are in the right places? Because your tag isn't being recognized and I saw that the way your folder was organized in the zip that you sent me above was incorrect. For instance, the data folder was inside the datapacks folder and not inside its own (datapack-name) folder. As long as the file structure is correct, your settings will work because they work for me. I can put the wood jetpack into the created slot.

I'm not sure if it being a portable Minecraft affects it or not. If it does, then it's not something I can really help with since this is just leveraging the vanilla data pack feature.

Also, just in case, I'd like to mention that even if you do get inserting the jetpack into the slot working, the jetpack won't function like it does in the armor slot because it wasn't coded to support curios functionality.

Serzh812 commented 4 years ago

files created correctly?

Serzh812 commented 4 years ago

submit your file structure

TheIllusiveC4 commented 4 years ago

Your config files should be fine as long as you put them in the config folder, so I'll just send my version of the datapacks folder. datapacks.zip

Serzh812 commented 4 years ago

ОК thank you very much

Serzh812 commented 4 years ago

last question how to insert any Jetpacks

TheIllusiveC4 commented 4 years ago

You do the same thing you did with the wood jetpack. Put the item name in the jack.json item tag file. You'll need to do this for each jetpack.

Serzh812 commented 4 years ago

thank you very much