Today I've made almost all the new icons for the items.






I had to redo the flashlight, mask, mop, and tablet models from scratch before realizing that json models can be uploaded to Mine-imator... -_-
You will also have to make an exact model of the walkie-talkie from scratch, because the json walkie-talkie does not open from the mod. Well, there's a texture for that... ะะปั...
And by the way, yesterday I tried to add footsteps for animatronics to the map using the Presence Footsteps (Forge) mod. but the animatronics have the usual steps, but without their own (I added sounds and it's fashionable to play them through the playsound command). What the hell am I supposed to do?
{
"acoustics": {
"random_step_event": {
"0": {
"sound": [
"presencefootsteps:a_step_1.ogg",
"presencefootsteps:a_step_2.ogg",
"presencefootsteps:a_step_3.ogg"
],
"vol_min": 0.3,
"vol_max": 1.8,
"pitch_min": 0.9,
"pitch_max": 1.1
}
}
},
"entities": {
"management_wanted:rewritten_freddy_night": "pf_presence.animatronic.walk",
"management_wanted:rewritten_bonnie_night": "pf_presence.animatronic.walk",
"management_wanted:chica_night": "pf_presence.animatronic.walk",
"management_wanted:captain_foxy_night": "pf_presence.animatronic.walk",
"management_wanted:mr_hippo_night": "pf_presence.animatronic.walk",
"management_wanted:withered_freddy_night": "pf_presence.animatronic.walk",
"management_wanted:withered_bonnie_night": "pf_presence.animatronic.walk",
"management_wanted:withered_chica_night": "pf_presence.animatronic.walk",
"management_wanted:withered_foxy_night": "pf_presence.animatronic.walk"
}
}
(Contents of the acoustics.json file)
I know, I'm not much of a programmer.



















0 comments