Started by
__Jacobb__
on
Topic category: Help with Minecraft modding (Java Edition)
1. How to add a ridden mob to jump on blocks? (I mean to be able to walk on blocks that are 1 block higher and not block)
2. What is the loot table? (I mean when fishing) I would like to add some non-standard fish to catch with a fairly common chance of getting it)
3. How to create a mob resistant to blasts?
I know the answer to only some of the questions:
1. You can just mark it there is an option of "rideable" or something like that when creating an entity
2. A loot table is like a table that has items and there is a certain randomness of the chance that an item came out (I do not know if it works for a mob)
3. You can simply undo the boundaries of harm and have such an option when creating an entity.
Hope I helped and sorry for the bad English
Thanks !With only 3 you can explain better?
The definitions of the creation of the mob have the definitions of the limits of harm.
Just run the "Disable Collision Box" there and that's it.
I do not recommend using the Disable Collision Box.There is a Immune Section in the Living Entity under Behaviour.