Everything posted by Animefan8888
-
[SOLVED]How to draw custom durable bar to item?
Do this.
-
Custom furnace not smelting
You are missing the normal variant.
-
[Solved] 1.12.2 Dimension creation
Reflection in java allows you to access private fields and even change final fields. This will allow you to set the genBiomes field in the BiomeProvider instance. Use ReflectionUtil(its a class) to access the field and set it equal to your classes genBiomes field.
- i get 0 fps
-
[Solved] 1.12.2 Dimension creation
Take a minute and look up Reflection, maybe?
- i get 0 fps
-
[Solved] 1.12.2 Dimension creation
Define will this work. And you can copy the complete code, or you could copy portions of the code, which would make more sense. OR you could use reflection and set the variable to your variable.
-
[Solved] 1.12.2 Dimension creation
Your error is caused by calling the super on this line. The error is ultimately caused by BiomeProvider#genBiomes not being instantiated. Since it is a private value you have two options. Reflection or copying the code from BiomeProvider into your class for functionality.
-
[Solved] 1.12.2 Dimension creation
Not without your code. Please post it to github. Either you have been working on it for a while and are tired/need coffee/sleep/or other caffeine source OR you are not ready to tackle creating a Dimension yet.
-
[1.12.2] override AI of vanilla mobs [Solved]
Yes, use the EntityJoinWorldEvent.
-
[1.12.2] override AI of vanilla mobs [Solved]
Because no one has taken their time to detail the massive amount of information an entity is. EntityLiving has a public field called tasks that you can modify to have your tasks.
-
World not loading (2). please help me
Try not installing it as a jar mod.
-
World not loading (2). please help me
Tesselating block model means that it is rendering the blocks model. NullPointerException is when something is use doesn't exist, to put into simple terms.
-
World not loading (2). please help me
I only have three things to say, Try to find a more updated version of Refined Storage and see if the error still persists. Try to find an outdated version and see if the error still persists. Update to 1.12.2 We can't bug fix refined storage, only the mod author could do that, but as you stated he doesn't want to. That is his choice.
-
[1.12.2] Crash involving generating trees that use block varients
Well you can, you can use an ExtendedState and save the log type to a TileEntity. You just can't save it in metadata.
-
[1.12.2] How do I make a Potion? (Not Potion Effect)
This is just as ambiguous as telling a doctor it hurts.
-
[SOLVED] [1.12.2] Opening a container from the player's inventory, part 2
Instead of implementing ICapabilityProvider implement ICapabilitySerializable and in the methods deserialize and serialize call CapabilityItemHandler.ITEM_HANDLER_CAPABILITY.getStorage().readFromNBT and writeToNBT respectively. ItemStack#copy() serializes the capability data and if it can't be serialized then it won't be transferred over.
-
[SOLVED] [1.12.2] Opening a container from the player's inventory, part 2
Yes. CapabilityItemHandler.ITEM_HANDLER_CAPABILITY.getStorage().readFrom/writeToNBT
-
Custom Harvest Levels
I'm not sure you understood what I meant, I meant change your ores material from Material.GROUND to Material.ROCK
-
Custom Harvest Levels
Try changing the Material you are using.
-
Im an idiot ;) no model or texture
One please don't post files as downloads. Instead use the code formatting button, it looks like <>. The problem may be that you do not have all the variants. BlockRail adds more variants that need to be in you blockstate..
-
Im an idiot ;) no model or texture
Show your blockstate file.
-
Custom Harvest Levels
Did you know that an Iron pickaxe can still mine obsidian, but it just can't harvest obsidian. Does your block drop itself when mined by diamond?
-
Im an idiot ;) no model or texture
Post your logs.
-
Registering just a Model
Define render it from my TESR. Why are you rendering it from a TESR?
IPS spam blocked by CleanTalk.