
Everything posted by Cadiboo
-
ID conflict with 2 minecraft mods
Contact the mod authors, its 110% their fault.
-
[1.12] Custom Entity lagging while moving every once in a while
Try calling super.onupdate()
-
How to render an additional perspective on your ingame screen
Look at mods that have mirrors? Can’t think of any off the top of my head
-
Moving ModCoderPack 1.7.10 over to Forge 1.12
Start up a testing mod in 1.12 and get all the concepts like registry events and capabilities in your head, then make your actual mod in 1.13 which should be out soon
-
[1.12.2] Help with custom crafting table & chests (using wood OreDict)
I think this may be solved in 1.13 with the vanilla tag system, which (I believe) will be used instead of OreDictionary
-
How to retrieve the size of a model part
Look at / keep track of calls to GLStatemanager.scale()?
-
[1.12.2]block problem ?
What is this code...? Make a block, register it in the BlockRegistyEvent in your event subscriber class. also use Object holders and not static initialisers. Ill post a link to some examples soon
-
[1.12] Stuck adding IRecipe
How would you implement repairing armor with json?
-
[Solved] 1.12| IBakedModel done, how to rotate using IModel & ICustomModelLoader?
What is wrong with your rotations? They should be defined in your json files and not modified by the code?
-
[1.12] Stuck adding IRecipe
If it’s something like dyeing/repairing armor or making fireworks, use code. If it’s _anything_ else use json
-
[Solved] 1.12| IBakedModel done, how to rotate using IModel & ICustomModelLoader?
Can you restate your question more clearly? I can’t quite understand what your asking. I don’t think that in-code model rotations are possible, won’t these be done inside the JSON?
-
[closed] Player pickup item event on Client - forge: 2705
Couldn’t you look at the animation on itemstacks? If I remember correctly the animation only gets shown if you pick up an item, and not if you click or shift click it from another inventory. It’s probably going to be pretty deep in vanilla code, but it seems more efficient than keeping a copy of the inventory
-
[1.12] Stuck adding IRecipe
If you can make them in JSON, do. This is so that they can be disabled by data packs in 1.13, and allow customisation of your mod. If you’ve got a lot of recipes, write some code to do it for you! Your a programmer, you have god powers!
-
Custom lamp problem 1.12.2
Post your entire code, and preferably a GitHub
-
[Solved] Rendering a quad that always faces the camera
What exactly are you trying to do?
-
[Solved] Rendering a quad that always faces the camera
Look at render snowball
-
[1.12.2] Custom minecart entity loads up properly but doesn't replace default minecart model
Your rendering registry code should probably be in the client side modelLoad event. Also can you show it?
-
Port a fix of freezing when exiting a LAN world?
But that’s the point of releasing new versions, bug fixes and new features. Yes, Forge is still updateing 1.12.2 (for the next few days)
-
1.11 Render Bug
If your trying to render lightning I think you will find this useful. https://github.com/Cadiboo/WIPTechAlpha/blob/master/src/main/java/cadiboo/wiptech/client/ClientUtil.java#L634-L746 (the renderLightning method) I copied the rendering for lightning in minecraft and made all the variable names make sense & redid a bit of the code. Feel free to look at or use it
-
Forge Fluid Creation
If you don’t know java but know another Object Oriented Programming language (like JavaScript or PHP or C++) it’s going to be like going from crawling to walking. If you don’t know an Object Oriented Programming language but do know something like C, it will be like going from crawling to riding a bike. If you know nothing about Programming, it will be like learning to fly a helicopter when you can’t even crawl yet
-
[1.12.2] onBlockActivated shift-right-click with item
Have you looked at using the onBlockRightClicked event or if that doesn’t work the entire player interact event
-
Common Isue Texture not showing up 1.9
Then your probably doing it wrong, can you post your logs & code. This method works perfectly for me and all the other mods I’ve seen
-
Modded 1.8.9 Crash with Unexpected Error
1.8.9 is no longer supported on this forum due to its age. Update to a more recent version to receive support
-
1.12 Make block face the direction i'm facing
It is if your block has that property.
-
Recommend Tutorials?
Applied Energistics and Refined Storage are also Open Source https://github.com/AppliedEnergistics/Applied-Energistics-2 https://github.com/raoulvdberge/refinedstorage
IPS spam blocked by CleanTalk.