이해도 | 입문자 |
---|---|
게임버전 (JE) | 1.18.2 |
게임버전 (BE) | 관련없음 |
simple hat 이라는 모드인데 좀비를 잡으면 확률적으로 이게 나옵니다 아이템 스폰이 안되게 하고싶은데 어떻게 해야할까요?
1))) simplehat-common.toml
[General]
#Keep equipped hat on death.
keepHatOnDeath = true
#Allow automatic updating of player-specific hats
allowUpdates = true
#Chance for a seasonal bag to drop when using a bag during a seasonal event. (0 effectively disables seasons)
#Range: 0.0 ~ 1.0
seasonalBagChance = 0.0
#Allow equipping hat in helmet slot for compatibility with non-player entities/displays.
allowHatInHelmetSlot = false
2))) simplehat-client.toml
[Client]
#Y Offset for hats to match skin's features if desired.
#Range: -1.0 ~ 1.0
hatYOffset = 0.0
#Force hats to not render on self when in first person. (For compatability with First-Person-Model mods, normally not needed)
forceFirstPersonNoRender = false
3))) simplehat.json
},
"teddy_bear": {
"name": "teddy_bear",
"rarity": "EPIC",
"weight": 5,
"variants": 6,
"season": "NONE",
"Dye Settings": {
"enabled": false,
"decimal color": 0
},
"Particle Settings": {
"enabled": false,
"name": "minecraft:heart",
"frequency": 0.0,
"movement": "TRAILING_FULL"
}
},
"the_noise": {
"name": "the_noise",
"rarity": "RARE",
"weight": 5,
"variants": 0,
"season": "NONE",
"Dye Settings": {
"enabled": false,
"decimal color": 0
},
"Particle Settings": {
"enabled": false,
"name": "minecraft:heart",
"frequency": 0.0,
"movement": "TRAILING_FULL"
}
},
"toy_story_alien": {
"name": "toy_story_alien",
"rarity": "UNCOMMON",
"weight": 5,
"variants": 0,
"season": "NONE",
"Dye Settings": {
"enabled": false,
"decimal color": 0
},
"Particle Settings": {
"enabled": false,
"name": "minecraft:heart",
"frequency": 0.0,
"movement": "TRAILING_FULL"
}
},
"twilight_doll": {
"name": "twilight_doll",
"rarity": "EPIC",
"weight": 5,
"variants": 0,
"season": "NONE",
"Dye Settings": {
"enabled": false,
"decimal color": 0
},
"Particle Settings": {
"enabled": true,
"name": "minecraft:enchant",
"frequency": 0.1,
"movement": "TRAILING_HEAD"
}
},
"worms_mine": {
"name": "worms_mine",
"rarity": "UNCOMMON",
"weight": 5,
"variants": 0,
"season": "NONE",
"Dye Settings": {
"enabled": false,
"decimal color": 0
},
"Particle Settings": {
"enabled": false,
"name": "minecraft:heart",
"frequency": 0.0,
"movement": "TRAILING_FULL"
}
}
}
3번째는 대충 이런식으로 아이템이름하고 계절별 확률 등 나타냅니다 여기서 스폰 활률을 조작할 수있는게 있을까요? (계절별 스폰확률X)
댓글이 없습니다.
새로운 댓글을 등록해 주세요!