Everything posted by Draco18s
-
Items Texture issue
does not match rc:models/items/broken_heart.json
-
Items Texture issue
You're going to need to show that. It's likely that your folder names don't match exactly.
-
Items Texture issue
I'm still seeing this error.
-
My custom Frost Walker Enchantment doesn't recover the block after some time [solved]
liquid level 0 = source block. Frost Walker only turns source blocks into things. As Cadiboo says, Frost Walker doesn't make ice, it uses a separate block. https://minecraft.gamepedia.com/Frosted_Ice
-
Items Texture issue
- IFuelHandler deprecated??
You need to pass the value to your item's constructor and store it in a field, then return that field in the overridden function. I'm pretty sure D7 already said this.- IFuelHandler deprecated??
Why are you still using the deprecated IFuelHandler?- How to improve my codding style for registry
Yes.- How to improve my codding style for registry
If your items set their own registry name, yes.- How to improve my codding style for registry
Ah, yes. I missed seeing the break/incorrect visual parsing. In any case, yes, you want to use an Init method.- How to improve my codding style for registry
Congrats you've created an array of nulls!- How to improve my codding style for registry
You're missing the proxy field.- Question about Mod Info
- IFuelHandler deprecated??
It must be leftover/obsolete code in my own mod, then. Because I know that at one point it was necessary.- [1.12.2]Need OBJ model redering toturial # And other problems..
Can you post the whole model file? Also, "1.42413e-16" can be changed to "0" just fine.- Get EntityPlayer(MP) in KeyInputEvent
I don't think you understand how events work. http://mcforge.readthedocs.io/en/latest/events/intro/- IFuelHandler deprecated??
- [1.12.2]Need OBJ model redering toturial # And other problems..
1 meter. But I think all you have to do is make the object 1 whatever-unit-your-modeling-program-uses so that the output OBJ file has all of the coordinates in the [0-1] range as well.- How to improve my codding style for registry
The only other thing I suggest you do is get rid of the IHasModel interface, if you have one per Code Style #3. Your ModelRegistryEvent handler can do all of the work just fine without having to cast and request.- How make custom furnace?
Step 1: look at what vanilla did Step 2: copy what vanilla did Step 3: make desired changes Now, vanilla did do some right dumb shit in a few places (such as using two different blocks for the furnace, while its possible to use only one), but you can get most of the way to what you want with this process. The main issue is that you'll need to override shouldRefresh in your TileEntity class and return true only when your TE should be destroyed/recreated fresh.- [Reopened again][1.12.2] How to change blockstate based on helditem
Try returning something other than NULL_AABB. I realize that Minecraft uses it and it doesn't crash, but I can't figure out why your block is a problem.- Proxy Error
This: Does not match this: Yes it does. The package name needs to match the string 100% exactly.- Proxy Error
Show your ClientProxy class.- IFuelHandler deprecated??
An ItemStack is passed to getItemBurnTime. You need to compare the itemstack's item to see if it's yours.- [1.12.2]Need OBJ model redering toturial # And other problems..
Caused by: java.lang.RuntimeException: OBJLoader.Parser: Exception parsing line #104: `vt -0.087167 -0.000000` IIRC the Minecraft OBJ loader does not take texture UV coordinates. - IFuelHandler deprecated??
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.