Jump to content

Krevik

Members
  • Posts

    179
  • Joined

  • Last visited

  • Days Won

    2

Krevik last won the day on January 4 2022

Krevik had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Krevik's Achievements

Creeper Killer

Creeper Killer (4/8)

7

Reputation

  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 (tinkerscompendium)  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 (tinkerscompendium) 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?
×
×
  • Create New...

Important Information

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