#Move Mob Effect
1 messages · Page 1 of 1 (latest)
then move it
Funny guy just be silence if you don’t understand the things and can’t help
I know lmao
I have already tried modifying the mob_effect file by modifying "top_right" to "bottom_right" but nothing has changed
i know how to do it lmao
why are u talking?? are u gonna help?
so wheres your help ?
I talk when i want to, and someone whos giving these shitty answers cant tell me to shuup
I dont know how to do it
i was just sayin your answers a fuckin unneccassary
so are u
you too if you dont help
i might help
did a asked
thats why ur uis are shit LMAO
to little kids yeah lmao
cah evryone wanna buy a trash uo
guess my customers are older than u
which is against tos
not selling addons
and i have proof
but do what you want
well selling minecraft anything is against tos
english?
"oh im gonna report ya", "okay do it", "nah they wont care"
english?
???
if your native language would be english you would understand that
never ❤️ trash like that?
or you just a 12 years old
omg look an actual good ui designer
yea suck his dick
Bahaha
thats so sad hahaha
You are sad too
😭
done
good job
to Ciosciaa
telling a minor to suck a non minors dick
yup
yup
...
its in the hud_screen file
thx man
or if you fully want to remove it
you can
i just need to find it i deleted it
{
"mob_effects_renderer@mob_effects_renderer": {
"size": [ "100%", "75%" ],
"offset": [ 0, 24 ],
"anchor_from": "bottom_right",
"anchor_to": "bottom_right"
}
}
Doesn't work
not sure if that’s it
Where is it?
in the hud_screen file, there are 2 elements containing mob_effect :
"mob_effects_renderer": {
"type": "custom",
"renderer": "mob_effects_renderer",
"layer": 1
}
And
{
"mob_effects_renderer@mob_effects_renderer": {
"size": [ "100%", "75%" ],
"offset": [ 0, 24 ],
"anchor_from": "center",
"anchor_to": "center"
}
}
i have change this, but he doesn't work
i would like this ->
Sorry for the absolute clowns above. Clearly some people are yet to mature. I don't usually help ppl but this server is great and I don't want you to get the wrong impression.
I believe the answer to your question would be to edit the anchor and potentially offset points in the mob_effect_screen.json
Let me know if you need any help understanding it.
^^ ending an argument by calling sm a clown perfect way
not making it any better u can just drop it lol
thx, but if I want to change the position of the icons of the effects, where is it in the file (I looked at everything and I see nothing) ?
try the mob_effect_grid
could be it
not too sure
" ** " is the text modif
"mob_effect_grid": {
"type": "grid",
**"anchor_from": "bottom_right",**
**"anchor_to": "bottom_right",**
"size": [ 300, "default" ],
"offset": [ "-45% + 175px", 0 ],
"grid_item_template": "mob_effect.mob_effect_grid_item",
"grid_dimension_binding": "#mob_effect_grid_size",
"collection_name": "mob_effects_collection",
"bindings": [
{
"binding_name": "#mob_effect_grid_size"
}
]
},
maybe is not this
I will conclude that it is impossible
It's definitely do-able within that file I just don't know what you'd need to change.
It's been literally 2-3 days that I've been inspecting each value and modifying them to see which one would be the right one and I still can't find it, it's crazy!
// CONTENT - Right Handed
//---------------------------------------------------------------------------
"mob_effect_list_content_panel": {
"type": "panel",
"anchor_from": "top_right",
"anchor_to": "top_right",
"size": [ "100%", "90% - 4px" ],
"clips_children": true,
"offset": [ -4, 4 ],
"controls": [
{
"[email protected]_panel": {
"size": [ "100%-2px", "100%-2px" ],
"offset": [ "default", "4px" ],
"anchor_from": "top_middle",
"anchor_to": "top_middle",
"$scrolling_content": "mob_effect.mob_effect_grid_panel",
"$show_background": false,
"$scroll_size": [ "8px", "100%" ],
"$scrolling_pane_size": [ "100%", "100%-2px" ],
"$scroll_box_mouse_image_control": "common-classic.button_state_default",
"$always_handle_scrolling": true
}
}
]
},
"[email protected]_pocket_close_button": {
"anchor_from": "top_right",
"anchor_to": "top_right",
"size": [ 18, 18 ],
"offset": [ "-90% - 3px", 7.5 ],
"$pressed_button_name": "button.menu_continue"
},
"close_button_panel": {
"type": "panel",
"controls": [
{ "bg@mob_effect.button_background": { } },
{ "close_button@mob_effect.mob_effect_screen_close_button": { } }
]
},
"mob_effect_content": {
"type": "panel",
"controls": [
{ "bg@mob_effect.main_background": { } },
{ "close_panel@mob_effect.close_button_panel": { } },
{ "content_panel@mob_effect.mob_effect_list_content_panel": { } }
]
},
Take a look at this part of the file
Try to mess with all the "offset": ["x","y"]'s. If I was approaching the task that's what I'd do (i.e. seeing if you can move it at all).
Have you first tried whether the code is working correctly? try adding
"ignored":true into mob_effect element in hud_screen.json
See if the code is responding
probably try adding offset into
"type": "custom",
"renderer": "mob_effects_renderer",
"layer": 1
},```
as "mob_effects_renderer": { "type": "custom", "renderer": "mob_effects_renderer", "layer": 1, "offset": [x,y] }
i check
in hud_screen, there is
"mob_effects_renderer@mob_effects_renderer": {
"size": [
"50%",
"50%"
],
"offset": [
0,
0
],
"anchor_from": "center
",
"anchor_to": "center"
}
},
(i have change values)
got to line 380
go*
370* srry
lemme try this myself, i haven't done this before
nope it didnt work
idk what is up with mob_effect component
Others are working fine
I will look onto it tomorrow, its 2 am here gotta take some sleep.
Sorry to disappoint ya, but the file you've shown are specially for effect status screen. aka a screen when you tap those effect icons. the hud screen has absolutely no reference related in that file. meaning it's utterly useless to modify unless you want to modify only that screen.
Straight to the question, Mob effect indeed is moveable.
Mob effect on hud is using custom as element type. I'd say, yeah it kinda does.
Try to modify by following here, since this was what it's referencing.
"mob_effects_renderer": {
"type": "custom",
"renderer": "mob_effects_renderer",
"layer": 1
},```
What custom as element type is, just a custom. a hardcode made element renderers.
this exists in such as heart, hunger and ton of stuff.
also this is how paperdoll works too.
think he already got it