The mod https://www.curseforge.com/minecraft/mc-mods/gender allows for players to set their age to values from 3 to 18, changing the hurt sound and model size accordingly. However, the mod is only for Forge and has not been updated past 1.18. There are already mods that do the female gender thing, so could an implementation of the age aspect also be done?
#Player age mechanic
55 messages · Page 1 of 1 (latest)
Screenshot from the 1.18.2 version of the mod (again, the whole "specific female player model" aspect would be relegated to other, existing Fabric mods):
As for player hitboxes: they wouldn't be changed by this to avoid exploits (although perhaps there could be a gamerule or config setting to override this if desired for some reason).
Maybe also an option for keeping head size constant like is the case for baby zombies and other baby animals.
is that even allowed
thats.. an interesting offer
im going to assume you're relatively new to the modding community
and this is just to create a reputation of a kind?
its.. difficult to say but that is a little frowned upon, its not an explicit rule or anything though
you get downloads if you're a client/hybrid side modder and have a good mod
telling other people wont impact that, theres only a few people who need to be told; the modpack creators
anyone whos presence is renowned in the fabricord is genuinely good at modding like patboxs server side wizardry or llamalads mixin support
yeah that might make things worse
what theyre asking for is just to allow the player model to be scaled
but while also having multiple forms
/ genders
there's already a separate mod for this and i'm not interested in it anyway
thats a great solution yeah that would probably work
different player models and scaled players are verrry different
best is if you wait for 1.20.5's generic.scale attribute but otherwise squirrel's solution is easily the best
i mean the old mod did other things as well (damage sound pitch scaling, etc.)
also an option where you can keep head size constant like with other baby entities would be useful
squirrel leaving the head size part this is actually a pretty good request to get started on
if you want downloads just maintain it for a bit and modpack creators will start adding it, pretty simple. prolly a 30 minute job
sure you can
you add pekhui as a library
adjust the armor / health attributes of a player
mixin to the pitch of the player and have some kind of accessor for the size of the player
well a mod
or better yet just do it with generic.scale
no pekhui required
yeah its upto you but its a good one to get your feet wet
just notably ignore the additional feature requests they make and the head size thing
its a free request :P unless specified, good to ask tho
alright im out ciao
(you could ask for a little more than just that, perhaps ask them to pitch it to different modpack authors to add it)
we'll see
if this specific request is too hard then some of the older mos requests I've made might be easier
there's a few vanilla bugs relating to particle rendering that I've yet to see any mods do a fix for
#1099409333739069471 message for example
load up a creative world in 1.8.9, feed a sheep/cow/pig/chicken its breeding item, note how it continuously creates heart particles while able to breed, then do the same in a 1.9 creative world or the latest version and notice that it doesn't happen
ok.
on the topic of hurt sounds: here are the three files from the mod (1.12.2), but aside from male adult I don't know the source so idk if it'd be possible to actually use them in a port of this specific feature
wait did a bunch of messages in here get deleted or something
Looks like it, just arriving now. I would just like to point out the Pekhui mod - it already supports changing player attributes like size, jump height, health, attack damage, all sorts of things and is ideal for creating a custom species, when paired with a mod that allows model tweaks - there was one, I forget the name of it. An age mod could use that as a library.
Could, but that would change hitboxes as well, would it not?
I've been trying to scale down the Fresh Moves player model using EMF but with no luck.
1.21 already supports player scaling and other attributes like that
yes but that also changes the hitbox which I've stated is undesirable
try looking at the code in the moreplayermodels mod it's client side only and it doesn't change hitboxes https://www.curseforge.com/minecraft/mc-mods/more-player-models
I might