Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (โ‹ฎ) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Krevik

Members
  • Joined

  • Last visited

  1. Hello there! In minecraft 1.12.2 I was able to use ModelLoader.setCustomStateMapper(args) to ignore some of properties that I need in block, but I don't want to have in my json file. How can I achieve the same effect in newer minecraft versions like 1.15.1? Greetings!
  2. Ahhh I forgot about this XD No, you must override two iterable functions, just check in the model class that your model is extending what are their names. ZombieModel for e.g. extends BipedModel which has these two iterables: It also depends on your actual mappings, but the point is you need to find these two iterables.
  3. Well I am not exactly sure how does it work but you need these two functions:
  4. It's 1.15.2, you should use scale methods using given in the event MatrixStack. If it is not given, you have to wait for Forge fix
  5. yea... but can I register custom BiomeProvider with this method? Only settings
  6. Hello there! I am here to ask how can I move certain cube (ModelRenderer) in x,y,z axis? In previous minecraft versions I was able to operate offsets of every part of the model, now these things are gone. Greetings, Krevik!
  7. Hmmm are you sure you're talking about BiomeProviderType? Cause nothing that you're telling me is... true? BiomeProviderType: 1. Class is not abstract 2. It has a private constructor with some arguments 3. Cannot extend it as it's constructor is private
  8. Well you basically gave us your crash reason net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Tinkers' Compendium (tinkerscom๏ปฟpendium) ๏ปฟ Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/TextureMap Crash reason: Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/TextureMap Mod that is causing the crash: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Tinkers' Compendium (tinkerscom๏ปฟpendium) Ahhh and btw. this is modder support not ... another support. Andddd 1.12.2 is outdated actually so you won't get any help here.
  9. Hello there! How do I register custom BiomeProvider type, as now it's constructor is private? Greetings!
  10. Try looking how vanilla does it. createChunkGenerator() is the function you're looking for to add a biome (if I remember correctly)
  11. Only one more question - do you know some good NBT editor, that will allow me to easily find chest inside "blocks" tag not inside "palette" tag?
  12. okay then, I will keep looking, thank you a lot for help!
  13. I've already been checking this. Also I opened a village structure with chests, and I could find nothing. Am I missing something?
  14. Hey there. I am having problem with adding loot to chests in my structure. Structure is built using jigsaw pieces just like vanilla villages. However I cannot find a word about placing loot in the chests. Does anyone know how to do it? / Where to find the code about populating vanilla villages chests?

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions โ†’ Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.