Thutmose
Thutmose
I would like to make a multipart which can be used as a ladder, but public boolean isLadder(IBlockAccess world, int x, int y, int z, EntityLivingBase entity) is not forwarded...
**Minecraft Version:** 1.19.2 **Forge Version:** 40.1.25 **Logs:** None Relevant **Steps to Reproduce:** 1. Register a custom fluid, such as in the [NewFluidTest](https://github.com/MinecraftForge/MinecraftForge/blob/1.19.x/src/test/java/net/minecraftforge/debug/fluid/NewFluidTest.java) 2. Add your new fluid to the `#minecraft:water`...
Pokecube has been open source for a few years now, so it should probably be added to the list, the source is here: https://github.com/Thutmose/Pokecube the license is this: https://creativecommons.org/licenses/by-nc-nd/3.0/
# General list of things TODO (no specific order) ## Pokecube Core - [ ] Sleeptalk/Snore - [ ] Check that shadow mobs still work - [ ] Check Recipe...
# Master list of Pokemob Model related issues Note that any issue which is related to a model or texture, will be closed, and the comment should be mentioned here...
# Master list of known un-implemented/bugged moves - [ ] Dream Eater - [ ] placeholder
# These are the known issues which need to be implemented: - [ ] Airlock - [ ] etc
**Is your feature request related to a problem? Please describe.** This is related to support for modded insects which may want to enter bee hives, for whatever reason. ### The...
## Current Tesla Coil Behaviour: 1. Get a list of all nearby entities, within radius + radius/2 (targetsAll) 2. Filter targetsAll for all nearby living entities within radius (targets) 3....