#Cosmetic Mod I Commission I PAID

55 messages · Page 1 of 1 (latest)

trim cloak
#

This could be done with CMD and a resourcepack honestly

#

Doesn't need to be a mod

#

Similar to how the Hermits do it

timid frigate
timid frigate
trim cloak
timid frigate
#

Is easy? For someone who never did something with coding?

sand mantle
#

it doesnt need coding per se, but you'd have to edit some json files and manually create a resource pack

#

once you figure it out, its quite shrimple

#

there are also some limitations

#

while custom hats are possible, other armor pieces arent really

#

essentially, you overwrite the model for an existing item using a resource pack, but tell it to use the original model except when "custom_model_data" is a certain number

#

then ingame, you can create that item with a CustomModelData NBT tag using a command

timid frigate
#

But i want to create also custom armors

sand mantle
#

that isn't really possible server-side sadly

#

there are ways, but they're janky and unreliable

#

this is because armor rendering is mostly hardcoded

timid frigate
#

Like something like that

#

Yes its ok if its server+client

#

But i want that i can add new cosmetics on the server that people can buy for example

sand mantle
#

if you dont mind people having to install a client mod, its definitely possible to do this

#

but i dont know if a mod for it currently exists

timid frigate
#

So if i want to make tournament rewards or something i cant share the item exclusivly

#

I need something that i can create these items and share them exclusivly only on my server

#

Players need to install my modpack anyways so client mod needed should be no problem

sand mantle
#

i understand

#

you may have to commission something like that from a developer

#

if you're up for that, you can try making a request in this same channel for that

sand mantle
#

just make a post offering to pay someone to make this

timid frigate
#

Cosmetic Mod I Commission I PAID

#

Hello, I'm looking for someone who can create a cosmetic mod for me.

  • The mod can be client & server sided
  • With the help of the mod exclusive cosmetics can be inserted (server-sided)
  • Cosmetic items are equippable & tradeable
  • can be used for seasonal rewards and more
  • supports animated textures

Extra

  • Cosmetic Blocks like Plushies, Statues and more can also be inserted

If you think you can help me create this mod, please get in touch with a price that sounds fair to you.

Greetings

timid frigate
#

bump

timid frigate
#

still searching

scarlet fern
timid frigate
# scarlet fern alright, so, are you looking for a mod that adds custom blocks and models via da...

Thats correct

I use the Mod Cosmetic Armor so Players can Change their looks. https://www.curseforge.com/minecraft/mc-mods/cosmetic-armor-reworked

So i need a Mod where the Resources/Datas are comming from the Server & the Client is just receiving the Informations to use them

Some examples are here

  • Custom Model Furniture can be added in the Game
  • Custom Cosmetics can be added in the Game
  • Cosmetics are equipable
    -Cosmetics/Furniture support animated Textures/emiverse Layers
  • the Furnitures/Cosmetics are only useable on the Server where the Datas/Assets got added.

If it could be Serverside only would be Best, so no one can steal the Mod. Or Tell me whats possible and whats not possible without adding the Clientmod.

Thanks ♡

CurseForge

This mod allows you to wear two sets of armor, one for display, one for function.
77.0M Downloads | Mods

scarlet fern
# timid frigate Thats correct I use the Mod Cosmetic Armor so Players can Change their looks. h...

Unfortunately, due to how minecraft handles models, this isnt really possible (at least not easily.)

This is because Minecraft registers all models upon initialization of the client, so even when you do ship the model over to the client over the server, it isn't registered and thus doesn't work. (Mods like figura get around this by using their own registry system connected to their own servers) At least thats why in laymans terms.

THAT BEING SAID
it really depends on why you want the mod to be private. If you're fine with the models being public but the code itself private, then I should be able to figure something out.

#

I CAN do custom armor models, btw

#

and, although I cant make it server side only, I can make it so that the mod only works on YOUR server, if that'll do.

timid frigate
#

Hmmm

#

So u think its the best create a mod with the models already done but only accessable with op?

#

Or if u play the mod itself on singleplayer u cant access the files since they are only on the server

scarlet fern
#

Well what’s gonna happen is the client mod will be missing data that it needs, and the server mod sends what it needs via packets

timid frigate
scarlet fern
#

Alright, so you want a mod with custom cosmetics that will only load on your server, correct?

timid frigate
#

Yes

#

So that means probably the Server needs the datapacks for the mod to access the files or?

#

Where the models and informations are in

scarlet fern
#

Oh no the models and stuff kinda have to be client side. Unless you want me to completely rewrite your JSON models as Minecraft models (the kinds of models that mobs use, ever wondered why their models wherent in assets?), but that would take a while and be rather pricey

#

But if you do comm me I’ll try and see if there’s a way I can encrypt the models with only the server having the key

timid frigate
#

Hmm what is the better option and easier to add new cosmetics