#"Items folder"?

1 messages · Page 1 of 1 (latest)

strong torrent
#

Could someone let me know what I'm supposed to do with the "Items" folder inside the Ascendant Dark Mage pack? I'm new to this 🥲

crisp geode
strong torrent
crisp geode
#

Gotcha, what does the folder contain?

strong torrent
#

im also getting a blank icon here for it

crisp geode
#

Okay that’s the icon for the resourcepack, have you merged the icon file for resourcepacks before or would you like me to walk you through it?

strong torrent
#

I've not, when I downloaded the otter it all just worked

crisp geode
#

The otter has a skull item for the icon so it didn’t need extra set up but icon resourcepack set up isn’t too hard manually

#

So these go over both aspects ind detail, but give me a second to get on my computer and I can set up an empty pack for you to use and explain it through that

#

Essentially you put the texture in one folder + the model json in that folder (ensuring the texture the json is using is routed properly)

strong torrent
#

I'm currently using itemsadder & the MEG resource pack, haven't merged anything together yet while I'm still setting things up

crisp geode
#

Ahh gotcha, I’ve only manually the resourcepacks myself

crisp geode
# strong torrent

Okay checked the documentation, what does the pre generated resourcepack have in it?

#

The icon item/json as well?

strong torrent
#

ahhh do i just stick that into model engines assets?

#

like some of the other packs

crisp geode
#

If the icons work that way then it should be fine! Otherwise I’d recommend making a icon category in the config so it’s easier to keep track of

strong torrent
#

Ooo that makes sense

#

what if theres no icon in any of the folders for the downloads?

strong torrent
#

Yeah im not seeing icons at all fro a ton of them

#

Some of them have a .json and no icon img, others have image and no json, others have none at all

#

i downloaded all the patreon stuff

crisp geode
#

@strong torrent Sorry got busy for a moment, let me grab

#

I have all the chibi stuff so I can show you how I formatted them on my end

strong torrent
#

yes please c:

crisp geode
#

so base file

#

model folder

#

i'm going to item

#

So where you see the items you can edit the custom item data, but I'll get to that later

#

so here we're in the nocsy folder where all the json files are

#

So let's click fairy_seed_icon

#

You see where it says

"textures": {
    "1": "nocsy/fairy_seed_icon",
    "particle": "nocsy/fairy_seed_icon"
},

This is where the texture file is located, since this json file is the model

#

So now we go back here

#

into textures

#

and now you see the image texture here

#

Alright so now we know where the model json goes (model > items > nocsy folder)

And now we know where the textures go (texture > nocsy folder)

#

So now you have the json and texture in the right folder, now to assign the texture to the item

#

So we go back once more

#

into items

#

into feather

#

or whatever other item json you might have

#

So for the chibis they're all inksac

strong torrent
#

i did this and it didnt fix it XD

crisp geode
#

is the model a missing texture?

strong torrent
#

the model works fine but the icon isnt working

crisp geode
#

okay I'll get into atlases now then

strong torrent
#

those 2

#

yes i know all of em are uh broken

crisp geode
#

It's fine we'll figure it out

#

I'll just give you my file for the chibi ones

#

open ink_sac.json in items

#
    "parent": "item/generated",
    "textures": {
        "layer0": "item/ink_sac"
    },
    "overrides": [
        
        {"predicate": {"custom_model_data":75201}, "model": "item/nocsy/nocsy_fairy_drakonin_baby_icon"},

        {"predicate": {"custom_model_data":75202}, "model": "item/nocsy/nocsy_fairy_drakonin_icon"},
        {"predicate": {"custom_model_data":75205}, "model": "item/nocsy/nocsy_fall_drakonin_baby_icon"},
        {"predicate": {"custom_model_data":77601}, "model": "item/nocsy/capybara/toffy_capybara_icon"},
        {"predicate": {"custom_model_data":77602}, "model": "item/nocsy/fox/nocsy_chibi_fox"},
        {"predicate": {"custom_model_data":77603}, "model": "item/nocsy/death_spirit/nocsy_death_spirit_icon"},
        {"predicate": {"custom_model_data":77604}, "model": "item/nocsy/tofnocsy_phoenix_baby_icon"},
        {"predicate": {"custom_model_data":77610}, "model": "item/nocsy/magic/toffy_glowy_wand"},
        {"predicate": {"custom_model_data":77611}, "model": "item/nocsy/magic/toffy_magic_potion"},
        {"predicate": {"custom_model_data":77612}, "model": "item/nocsy/magic/toffy_nature_wizard"},
        {"predicate": {"custom_model_data":77613}, "model": "item/nocsy/fairy_seed_icon"},
        {"predicate": {"custom_model_data":77614}, "model": "item/nocsy/utah_raptor_icon"}
    ]
}```
#

put this in there, I don't have all of the chibi pets/items there since the pack is more fantasy oriented (so no wall-e)

#

so the issue why some of them have like

#

the same item models is because the item model is the same in the mcpets pet config

#

so the wizard hat may be 77612, but another pet may have that number assigned as well

#

but for atlases its very simple

strong torrent
#

i really shoudlve done these one at a time LOL

crisp geode
#

inside will be this

#

and this is the inside of mine

#

so assuming you only have the toffy and nocsy stuff so far (and the gift pet I see up there) you can just the set up given here

#
{
    "sources":
    [
        {
            "source":"entity",
            "prefix":"entity/",
            "type":"directory"
        },
        {
            "source":"nocsy",
            "prefix":"nocsy/",
            "type":"directory"
        }
    ]
}
#

paste this into blocks.json in the atlas folder/create both if you haven't yet already

#

this should resolve the missing textures on the hat/wand/potion thing

strong torrent
#

😦 didnt work heck

#

i wonder what im doing wrong

crisp geode
#

could you send me screenshots of what you have so far?

#

and what version of minecraft are you on by the way

strong torrent
#

1.20.2

#

atlas

#

ink sac

#

blaze rod when i was trying to get the bird to work

crisp geode
#

did you change the icon numbers in the MCpets config too?

#

also

#

you missed a comma here

strong torrent
#

ah that could do it

crisp geode
#

also

#

you have to put stuff in ascending order

#

which is fine for ink sac, but the blaze rode one should have the owl first before the other guys

#

since its a lower number

strong torrent
#

does the order matter?

#

ive done resource packs before and the order never mattered

#

its now looking like this

crisp geode
#

okay okay now we're getting somewhere

#

so you said the atlas folder didn't do anything

strong torrent
#

yeah doesnt seem it

crisp geode
#

what folder did you put the textures in

strong torrent
#

uh weird

#

it reloaded the atlas?

#

its resetting it

#

when i /meg reload it regens the atlas file as the default

crisp geode
#

strange- ahh

#

okay, because the server uses the meg resourcepack as the server pack right?

strong torrent
#

currently self hosted

#

until i finish production

#

so im taking it out of meg folder and putting it into my RP folder

crisp geode
#

i feel that

#

that should be fine since nothing really overlaps since the modelengine textures are in a different folder

strong torrent
#

ok im not even /meg rn and its just resetting that file randomly

crisp geode
#

thats really bizarre

strong torrent
#

the atlas is the issue

crisp geode
#

If it's an itemsadder thing I can't really help you much there

strong torrent
#

its not itemsadder

#

if i put the atlas direcctly into the resource pack and skip Meg

#

like skip doing it in the meg side of things

#

it works

crisp geode
#

Oh!

strong torrent
#

some things look like this but i assume those are the ones that need the numbers changed

#

so its just about getting the goddamn atlas to stop resetting

crisp geode
#

i'm not really sure how to help with that part, that is really strange

strong torrent
#

ok if i edit the file and then re-upload it hasnt done it

#

so maybe it just doesnt like me live editing it

#

okay i think i figured everything out !!!!!

#

thank you so much

#

I think the other question I have is how do I make something have a skin, for example theres the baby version of drakonian, regular version, plus fire and fairy varients

#

i will have to mess around more tomorrow cause its 3am oops but thank you SO much for your help

crisp geode
crisp geode
strong torrent
#

thank you so much!!!

crisp geode
#

quick grabbing from one of the configs on my end

#

its basically the same process just with slightly fewer things in the config, and remember to have the original pet as a skin too so you can switch back to it

strong torrent
#

okay hi so

#

the ice bear doesn thave an icon at all. what should I do?

crisp geode
strong torrent
#

there isnt 😦

crisp geode
#

So its just the mythicmobs, meg, and MCPets folders?

strong torrent
#

yeah

#

and nothing in any of those for it either

crisp geode
#

The baby ice bear wrestler right

strong torrent
#

it just says ice bear for me so idk if its a baby

#

#✨|chibi message

crisp geode
#

Okay just the patreon one

#

I wasn’t sure if you meant it or the new one that came out

strong torrent
#

ive got patreon stuff so far

#

theres also no icon for fall dragon

crisp geode
#

and no items folder?

strong torrent
#

theres a bbmodel

#

but nothing else

crisp geode
#

let me check my own file, i didn't use it but lets see

strong torrent
#

but for some reason its "nocsy baby werewolf icojn"

crisp geode
#

yeah its the wrong one

strong torrent
#

a handful of them are missing icons it seems

crisp geode
#

@fervent cave @cobalt agate Sorry to tag you both, but it seems like some of the patreon mobs don't have icons/have the wrong file types for icons

#

I can't verify for the others outside the ice bear being the werewolf icon bbmodel.

strong torrent
#

I'm going thru all of them one by one ^^'

#

icebear deffo doesnt

#

im up to baby werewolf rn, its throwing pink and black squares atn me tho

#

same process as every other one ive fixed\

#

i changed the model data to see if that would fix and its now just using baby drake

#

baby fall drake

#

asaaand back to black and pink idk why

crisp geode
#

make sure the number is different, personally i recommend just putting the new additions at the bottom of the ink_sac.json with a new number

strong torrent
#

yeah thats what i just did

crisp geode
#

check if you moved the jsons from
September_vote_-_Werewolf\ModelEngine\resource pack\assets\minecraft\models\item\nocsy\werewolf

into your packs nocsy file as well

strong torrent
#

i deffo did

#

after moving the werewolf to the bottom it now takes the icon of the ram

#

gonna restart my server

#

usually when i have this issue its because its not an icon file and is actually the texture model

#

like when i accidentally selected not the one with icon on the end for some of them, theyd do pink and black

fervent cave
#

Definitely something wrong with the way your CustomModelData numbers are aligned

strong torrent
#

Not working:

  • Baby werewolf icon

Missing icons:

  • Ice Bear
  • Fall Dragon
  • Fluffy ram ascendant/adult

(editing as i go thru them)

fervent cave
#

make sure it goes from lowest number to highest

strong torrent
#

yeah they all are

#

lowest to highest

fervent cave
#

if the icon has the shape of a model correctly but purple black textures, it means the model is not referring to the correct folder to find the texture png file

strong torrent
#

Its JUST purple black

fervent cave
#

a block of purple and black?

strong torrent
#

yep

#

for the icon

crisp geode
#

The Ice bear file doesn't have the resourcepack for the icon, its just the blockbench model for the werewolf icon and the weapon

fervent cave
#

that means the item custommodeldata isnt referring to the correct place where json model file is

strong torrent
#

for the icons??

#

Ice bear is missing an icon completely as in its not got one in the files at all

#

Same for fall dragon, didnt come with an icon

crisp geode
#

The adult fall dragon right?

strong torrent
#

yeah

fervent cave
#

but it does have it

strong torrent
#

i dont see it in the files

fervent cave
strong torrent
#

theres no png

#

its a .json

fervent cave
#

as for the texture it should refer to the same texture as the dragon pet model in modelengine texture folder

crisp geode
#

This is what I got from the download

fervent cave
#

mcpets patreon guys xD

crisp geode
#

I call the pets guys

strong torrent
#

how am i meant to reference a .json for the icon

#

i dont understand T_T\

crisp geode
#

this is a guy right here

#

okay let me keep looking i might have missed something

fervent cave
strong torrent
#

So i put that path in the inksac?

fervent cave
#

no in the icon json

strong torrent
#

you've lost me

#

theres no icon png in the fall dragon folder

#

only a fall dragon icon.json

crisp geode
#

oh okay i think i get where the confusion is coming from now

#

it gets the texture from the actual modelengine texture for the dragon

#

not an icon file

strong torrent
#

so why is this one different to every other one T_T

fervent cave
#

when you put the fall dragon in modelengine plugin's blueprints, reload the plugin, then take the generated resource pack, the texture file will be in there

strong torrent
#

Thats what i did but it didnt have the icon : (

fervent cave
#

it wont have the icon model, you will have to add it

strong torrent
#

thats what im saying

#

theres no icon

crisp geode
#

As for the ice bear one, i double checked the modelengine folder

strong torrent
#

there is no png to add

crisp geode
#

\November_Vote_-_Icy_bear\ModelEngine\resource pack

strong torrent
#

like every other one

fervent cave
#

the png is the same used for icon model as the one used by the pet itself

#

they both use 1 texture

strong torrent
#

why is this pet setup differently i dont understand

crisp geode
#

she's using itemsadder and setting up the icon pack separate from the modelengine one as a note

strong torrent
#

no, its in the model engine resource pack

#

im using the model engine resource pack for all of this

crisp geode
#

oh!

strong torrent
#

and adding all of the icons into it

crisp geode
#

okay i thought you were still working with itemsadder

strong torrent
#

i have itemsadder but im not using itemsadder for the pets

fervent cave
#

you could also just open the fall dragon bbmodel and save the texture file anywhere you want, that texture works for the icon

strong torrent
#

ive got no idea what program i need to open that

fervent cave
#

blockbench

strong torrent
#

im just confused why most other pets came with an icon texture but this one did not

fervent cave
#

I just did it differently, no reason :P

strong torrent
#

idk if this makes sense but im autistic so when i follow the instructions to do all these icons for these pets and suddenly it stops working bc a pet has been setup differently its very confusing

fervent cave
#

thats ok we're here to help

crisp geode
#

No I understand, it can get frustrating when you're finally getting something and suddenly its done a different way partway through the process

fervent cave
#

I'll send you the texture file if you want in dms

strong torrent
#

yes please thank you

crisp geode
#

So move all the json stuff the same as before, and you can copy the fall dragon texture from the modelengine folder and put it into the noscy texture folder

strong torrent
#

cause i opened this and it still didnt have it

fervent cave
#

sent, thats what you would get when you generated the resource pack with modelengine

crisp geode
#

and change the json to source from it

#

instead of the modelengine folder

strong torrent
#

so wait

#

am i moving the json files

#

into the folder with all the textures in the resource pack?

#

like all the icon textures

fervent cave
#

texture files and model files are not supposed to be in the same folder

strong torrent
#

into here?

crisp geode
#

move the json from fall/edit them like you did before, no changes in the process

strong torrent
#

wh...

#

you've lost me

crisp geode
#

move the fall_dragon png from modelengine into the texture folder

#

like the actual mob texture

#

my bad i realized i wasn't being super clear

strong torrent
#

okay i moved fall dragon into the folder

#

do i just set that png in my inc sac json now?

fervent cave
#

in the inc sac you should refer to the .json file location

strong torrent
#

bruh what

fervent cave
#

the icon model json file

strong torrent
#

you just toild me not to do that when i asked earlier

strong torrent
#

T_T

fervent cave
#

then it must have been miscommunication :P

strong torrent
#

aaaaaa

#

okay

crisp geode
#

okay so now

strong torrent
crisp geode
#

since the texture is in that location

#

change the icon json for fall_dragon

#

like this one

    "credit": "Made with Blockbench",
    "texture_size": [64, 64],
    "textures": {
        "1": "nocsy/nocsy_fall_drakonin_baby_icon",
        "particle": "nocsy/nocsy_fall_drakonin_baby_icon"
    },
    "elements": [
        {
            "from": [4.28195, 5.76987, 9.53873],```
strong torrent
#

so thats in the icon file

crisp geode
#

yeah change it from modelengine or whatever it was before to nocsy/fall_dragon or whatever the file is named

strong torrent
#

okay done that

#

what goes in inc sac

crisp geode
#

the icon json information so you would replace it like

    {"predicate": {"custom_model_data":#}, "model": "item/nocsy/fall_dragon_icon"}
#

and hopefully it should work

strong torrent
#

nope

fervent cave
#

ok at least the model is showing now

crisp geode
#

well it's a start, the model is showing up now

#

jinx

fervent cave
#

lol

crisp geode
#

okay so now its just a texture thing

strong torrent
#

thats in inc sac

fervent cave
#

you are done with the inc sac for now

crisp geode
#

yeah that's fine, the model is displaying

#

so we can close ink sac

strong torrent
#

fall dragon icon is in this folder

#

this is inside that file

crisp geode
#

oh! get rid of item/nocsy

#

well

#

just the item/ part

#

since its looking at the texture folder

strong torrent
#

that didnt work

#

still black and pinik

crisp geode
#

hm

fervent cave
#

what version of mc are you on

strong torrent
#

this is where the fall dragon png is

#

1.20.2

#

does soemthing else need to be added to the atlas?

#

since this particular pet, for w/e reason, is setup differently?

crisp geode
#

if its in nocsy with the resst of the textures no it shouldn't need to be added

#

to double check, the png is named fall_dragon right

strong torrent
#

yes

fervent cave
#

doesnt she need something like this, Bella?

#

but not modelengine, since its not in that folder

crisp geode
#

nah, it would just need to be the source and image name

#

i was doing a lot of icon stuff with samus2002s stuff, he does icons in a similar way with having the mob textures be the same as the icon source

fervent cave
strong torrent
crisp geode
#

did you try noscy on its own?

strong torrent
#

what

crisp geode
#

like doing noscy/fall_dragon

#

since thats the file source for the other textures right

strong torrent
#

that fixed that one

#

icy bear doesnt have an icon

#

at all

#

like theres nothing in the folder

crisp geode
#

i double checked, look in the modelengine folder

#

it should be there

strong torrent
#

so do i have to do this annoying way for that one?

#

or the regular way

crisp geode
#

it looks like you can just do it the regular way

#

since this one doesn't read from the modelengine texture

#

it has the png and json files set up to be moved over

strong torrent
#

it didnt work

#

i put the nocsy_baby_icebear png in that folder

crisp geode
#

the texture folder?

strong torrent
#

do i need to put a json somewhere now too?

#

yes

crisp geode
#

ye

#

November_Vote_-_Icy_bear\ModelEngine\resource pack\assets\minecraft\models

strong torrent
#

okay why tf does the atlas keep doing that

#

it keeps resetting

#

omfg

#

i moved everything back into modelngine from my local model engine resource pack, just to see if it had anything to do with that, lo and behold atlas reset again when i did /meg reload

#

this is driving me nuts

#

{
"sources":
[
{
"source":"entity",
"prefix":"entity/",
"type":"directory"
},
{
"source":"nocsy",
"prefix":"nocsy/",
"type":"directory"
}
]
}

#

putting that into blocks.json will get reset when i run meg/reload

crisp geode
#

That's so strange, but I don't really know how to help with that

strong torrent
#

this is why i have to edit this locally

#

atm

#

because it legit just resets

crisp geode
#

Hm, does the pack still work if you change the name?

#

and does it still reset the atlas as well?

#

like if its got a different name from modelengine resourcepack

strong torrent
#

so like, when i go into the model engine files

#

and edit the atlas

#

as in, in the plugin folder

#

if it generates a new RP it willr eset the atlas

crisp geode
#

i think maybe you should edit the resourcepack outside of the modelengine folder then

strong torrent
#

thats what ive been doing

#

this whole time

crisp geode
#

i know, i mean

#

does the pack not work if you don't have it in there

strong torrent
#

it works fine i just wanted to update whats currently in the plugin folder

#

so that if i add more content

#

im not screwing myself

#

i still cant get icy bear to work

crisp geode
#

well that's kind of the tricky part about it, since it reloads the resourcepack fresh

#

it gets rid of some of the stuff there already

strong torrent
#

then i dont understand what the point of it is if its deleting everything ive added

crisp geode
#

most servers use resourcepack manager plugins to handle icons or manually edit the server pack between new content releases

#

Though i know that in 1.20.3 there will be support for multiple server resourcepacks, but that's a potential solution for the future

strong torrent
#

ill figure that out eventually

#

for now i still can tget ice bear working T_T

crisp geode
#

So this is the ink sac.json in the folder, merge that into the one in your pack

    "parent": "item/generated",
    "textures": {
        "layer0": "item/ink_sac"
    },
    "overrides": [
        
        {"predicate": {"custom_model_data":77601}, "model": "item/nocsy/icebear/nocsy_baby_icebear"}
        
    ]
}```
#

you moved the bear png into the texture folder right

strong torrent
#

Same folder as every other icon yeah

crisp geode
#

and you put this into the item/noscy folder right

#

under models

strong torrent
#

so 77601 clashes with capybara

#

is it just a case of changing that number in the inc sacs and then mcpets file

crisp geode
#

change the number to something lower if you're adding it on top or something higher if you're adding it on the bottom

#

yup!

strong torrent
#

and yes that is in the items folderr

#

so after adding icebear to the incsac json and changing it to 77600

#

in both inc sac and the mcpets file

#

and /pets reload

#

it does this

crisp geode
#

did you add a comma

strong torrent
#

okasy comma added

#

but now its just pink and black for ice bear

crisp geode
#

with the model or just the square?

strong torrent
#

with just the square

crisp geode
#

move icebear into nocsy and out of the icebear folder

strong torrent
#

slay

#

so i assume thats the same for werewolf

#

weird how theres all these random extra steps for some of them...

#

no hate but it would make sense to have the same format across all pets

crisp geode
#

well they're made by two different people so i imagine that happens sometimes, but i get the want to have things be consistent

#

Recently i was trying to get some new mounts that we got to be consistent with each other and turns out that between the first volume and most recent one there were some differences in the mythicmob code for the flying ones

strong torrent
#

baby werewolf is showing this T_T

crisp geode
#

which i didn't realize until way later

#

oh hm

#

do the ink sac numbers and the mcpets numbers match up

#

is the model in the same folder as the rest

strong torrent
#

fixed it

#

it was inc_sac for some reason

#

instead of ink

#

aigh so fluffy ram is next

#

okay so if it doesnt work the usual way, do the alt way

#

got it

#

tysm

crisp geode
fervent cave
#

Fluffy ram is the usual way

strong torrent
#

nope, had to move the json out of the foldre

#

into /nocsy

fervent cave
#

Also atlas resets probably because you replace it everytime you generate a resource pack

strong torrent
#

so how do you make the atlas default to what its meant to be

fervent cave
#

Idk how itemsadder works

strong torrent
#

im not using itemsadder

#

for model engine

#

this is in the model engine blocks.json file

fervent cave
#

You simply not replace it with a new one when merging

strong torrent
#

what

crisp geode
#

you can't really get modelengine to not reload the atlases

#

since its a new resourcepack each time essentially

fervent cave
#

You dont replace blocks.json

strong torrent
#

blocks.json is the atlas

#

if i dont, everything shows up wrong

crisp geode
#

every time she reloads the atlas is reset to default, without the noscy/ directory

strong torrent
fervent cave
#

Once you have a good blocks.json, you dont replace it with new ones

strong torrent
#

...

#

thats not what im saying

#

okay hear me out right so

crisp geode
#

ah toffy the issue is the plugin resets it so she has to replace the contents each time

strong torrent
#

inside the model engine plugin folder there is the unzipped resource pack

#

when i did the atlas inside that folder on my server

#

and then do /meg reload to generate the RP

#

it resets block.json to be without the correct atlas

#

so the RP screws up

fervent cave
strong torrent
#

yeh im not up to that step yet because my server isnt open, im stil configuring

#

ive got several RP

#

at the moment before i merge it all into 1

#

i love the plugin tho regardless of all the annoying things XD

#

v creative

crisp geode
#

minecraft loves making resourcepacks annoying to work with, but tedium aside its still really cool how you can have custom models as pets/mounts/vehicles without mods with a few plugins

#

@strong torrent if its alright to ask what sorta server are you planning on hosting

strong torrent
#

Survival - one side of the map is for players to freebuild, its wilderness so defend ur own stuff, pvp is enabled, etc
other side of the map is community focused, theres a kingdom area will pvp disabled, housing plots for players to rent/buy with in game stuff & outside the walls theyre free to build but if caught pvp / stealing there would be a roleplay kinda "investigation/trial" done on stream eheh

ive been working on this for 3 years, im a buy gal so I dont get a lot of time to work on it but i want to be able to actually play and not release something unfinished

#

mostly just gonna be a fun community server for my stream

#

although i have no clue how many people are gonna join, i went from having like 50 viewers to 200-300 in the last month so im like sweating rn ahahah

#

I just want this to be perfect

crisp geode
#

super fair, i wish you all the best for your server! depending on the theming of it/money you're wanting to allocate I recommend voyage of the roads by elitecreatures if you like the idea of carriages and wagons being used on the server.

though i think you'll probably get an alright amount of people playing, especially if they're regular viewers

#

as long as you show interest and keep it active i'm sure they will similarly want to play with you

strong torrent
#

its all so exciting, back in 2020 these kinds of things werent really available

#

yeah cool gadgetsmenu pets but theyre so

#

boring

crisp geode
#

i'm staff on a fantasy rp server and you can imagine the use we got out of these

strong torrent
#

i love that so much wtf

strong torrent
#

oh my god stop, dont tell me i can have custom blocks n stuff

crisp geode
#

a screenshot from one of the events we were holding before

#

the players were riding along in the caravan with some others trailing behind on horses

#

we use mcpets for these as well so people can play carriage drivers around the city and countryside

strong torrent
#

omg im never gonna get any work done, im gonna just fall into a spiral of setting up my server forever

crisp geode
#

as for custom blocks

#

i think mythiccrucible is a plugin a lot of people use

#

but you also have itemsadder

#

so you should be able to do that already with it

strong torrent
#

yay theyre all working

#

thank you

crisp geode
strong torrent
#

found a new issue

#

If i put th MEG resource pack below Itemsadder's one, which i need to do in order for gestures to not look like this , none of the pets show up when summoned, theyre invis

#

fixes if i add the assets folder from meg into itemsadder as a subfolder and have a merged RP

cobalt agate
cobalt agate
#

We always make icons for the pets 🙂

strong torrent
#

It was resolved. The issue was things were in the wrong folders and not labelled as "icon" and so things had to be moved around, Configs changed

#

Some pets were super easy drag and drop

#

Others had a super difficult approach rhat was more complex

strong torrent
#

It wasn't that tho. Changing the model data was the easy part

#

Some things were just properly in the wrong folder and had missmatching names between the icon img and the icon json

cobalt agate
strong torrent
#

So I had to move a ton of things out of folders into other folders & rename a ton of things to match

#

Its all resolved now 😂😭😅

cobalt agate
strong torrent
#

Im not at my PC ATM but if I can remember I'll let you know

#

Amazing plugin tho. Y'all v talented

#

And the support here is fantastic

cobalt agate
#

that's why I send it, it's not just custom model data

#

it's also about file management