Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/22/23 in all areas

  1. You need to call `Entity#setPortalCooldown` twice: once when the entity is within the portal with a cooldown, and once when the entity is teleported by the portal. The first check prevents the entity from being teleported back if they haven't left the portal for a certain period of time. The second is for actually telling the entity that is has been teleported, and that it should verify the first check. You've currently only got the first check in place, which won't do anything on its own. You need to also set the cooldown after the entity has been teleported.
    1 point
  2. https://forums.minecraftforge.net/topic/123884--/#comment-538070
    1 point
  3. Some issue with a fluid in a recipe for the create mod. The error does not say which recipe or which mod the recipe belongs to. You should check all your create related mods are up-to-date and then contact their mod authors to see if they recognise the problem.
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.