Posted October 19, 20214 yr Hi, I want to begin creating structures, mobs, and things on minecraft vainilla biomes, but I have some questions. 1. Can I add ex: monster to DefaultBiomeFeatures? 2. Forge have any command to add to vainilla gen (DefaultBiomeFeatures, BiomeMaker) my own things? 3. Can I force add DefaultBiomeFeatures things or biome things, first, especially entities. I noticed that those 3 classes are close, I mean, they haven't anything capable of add on a "natural way" features Edited October 19, 20214 yr by TonyOneG112 Solved, close thread
October 19, 20214 yr 23 minutes ago, TonyOneG112 said: 1. Can I add ex: monster to DefaultBiomeFeatures? 2. Forge have any command to add to vainilla gen (DefaultBiomeFeatures, BiomeMaker) my own things? 3. Can I force add DefaultBiomeFeatures things or biome things, first, especially entities. the answer to all three Questions is the BiomeLoadingEvent, check if the Biome of the Event is the Biome you want to add some Features, then you can get the Feature List (BiomeGenerationSettings) from the Event and then add your Features Note: with Features I mean ConfiguredFeatures
October 19, 20214 yr Author Okay, thanks, I did it, but now are spawning pings instead my mobs Edited October 19, 20214 yr by TonyOneG112
October 19, 20214 yr Author Pigs>> But it's solved! thank u, problem were on EntityType register, I put a wrong information there, so, I guess minecraft didn't know what to do and send pigs :V
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.