▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Iris’s Plushie Mod
Iris’s Plushie Mod

Iris’s Plushie Mod

Lets you add your own plushies using JSON

Оцените первым
499
4

About

A simple mod made by iristhepianist that allows you to create custom plushie blocks, similar to those in NTM:Space, using JSON.

Tutorial

To get started, look at the plushies folder in minecraft's root folder. this is where you can place your assets. Currently we support GLTF and OBJ.

Next, head to config/fickle to see your plushie JSON definitions. by default there are a few examples given. Here is one:

{
    "id": "fickle",
    "displayName": "Fickle",
    "tooltip": "they say im rock hard",
    
    "modelPath": "fickle:plushie/fickle",
    "texturePath": "fickle:textures/plushie/ficklenew.png",
    "squishTexturePath": "fickle:textures/plushie/ficklesquishnew.png",
    
    "scale": 1.0,
    "offsetX": 0.5,
    "offsetY": 0.0,
    "offsetZ": 0.5,
    
    "animated": true,
    "squishDuration": 12,
    "squishAmount": 0.35,
    "squishStyle": "bounce",
    
    "material": "cloth",
    "squishSound": "fickle:plushie.squish"
}

Copyright

Do whatever you want. but im too lazy to make a git now, so. Just decompile the mod if you really need it.

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

1.12.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Зависимости

Детали

Лицензия:
Опубликован:4 месяца назад
Обновлён:4 месяца назад
Главная