I want to write String save in box.
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
"How to make an aquatic mob in Forge 1.21.1" Hi! I'm working on a custom turtle mob for my mod using Minecraft Forge 1.21.1, and I'm having some trouble with its swimming behavior. I want the turtle to swim properly, like a real turtle — moving freely through water and avoiding the sea floor so it doesn’t get stuck between blocks. Right now, it either sinks too much, swims awkwardly, or keeps bumping into the bottom. Any advice on how to handle pathfinding, movement control, or AI goals for aquatic mobs? Maybe examples from existing mods or vanilla code? Thanks in advance!
-
I am having issues with the Forge Modloader failing to install on CurseForge. I am trying to install the mod loader manually, but I'm getting this error. Any help on either issue would be appreciated.
-
By Sniper_Gecko · Posted
It took a few hours before the same visual bug appeared again. T_T -
By Digital Ashfall · Posted
Hi, wanted to know if it was possible to get a list of biomes a feature can be generated in. I know that placed features have a placement modifier but I have no idea how to decode the serialization of the data or if I am even looking at the right data. Stream<PlacedFeature> xFeatures = world.getServer() .registryAccess() .registryOrThrow(Registries.PLACED_FEATURE) // Registry<PlacedFeature> .stream() .filter(feature -> feature()...equals(Feature.TREE) // get features of type [example] // haven't gotten down to a single feature // try and look for biomes in feature For (PlacedFeature feature : xFeatures){ for(PlacementModifier pm : feature.placement()){ pm.type().ENVIRONMENT_SCAN.CODEC // absolutely no idea } } -
By TileEntity · Posted
Install Java 17: https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html If there is still no change, run jarfix https://johann.loefflmann.net/en/software/jarfix/index.html
-
-
Topics
-
Who's Online (See full list)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.