Everything posted by Draco18s
-
[1.12] Help with registering entity into game
you aren't registering the entity itself, only a renderer for it.
-
[1.11.2] Custom Furnace - Last Step, Saving Data Help [SOLVED]
No, that is not what that is for. What that is for its when we should delete the tile entity and all of its data and create a new one.
-
[1.12] Help with registering entity into game
None of the classes you have posted are the RegistryHandler class. Feel free to ctrl-F that yourself.
-
[1.12] How to create a Opacity Bar
A specific piece of text? All text?
-
[1.12] What event should Ore Dictionary registrations happen?
Mhm. Of course, I've intentionally delayed one particular oredict registration before, as I needed to know "has any mod registered X?" before I registered my own, having registered my own it would have been more troublesome to figure out (as mine was going to get registered anyway, but I had to do another operation first).
-
[1.12] Help with registering entity into game
No, because now I need your RegistryHandler class. #ShouldHaveSeenThisComing
-
[1.12] How to create a Opacity Bar
Change the opacity of what?
-
Another forum bug
And this is why I hate the editor this forum has. The symbols used for certain things are sometimes obtuse.
-
"cannot be resolved to a type"
Try manually adding the import: import net.minecraftforge.fml.common.Mod; Does that work?
-
[1.12]How to make recipes configurable?
Only if you're doing it with the registry event. If you're using JSON files, it just isn't loaded.
-
[1.12] Modular Recipes
That's workable for now.
-
[1.12] Modular Recipes
Nope! It does not!
-
Random drops from block
You can't put it there, that's why. No items exist when that list is created.
-
[1.11.2] Dynamic Models For 3D Items
It is still a bad choice when you want to return an Item. Trust me, I did it once. It was not pretty.
-
[1.12] What event should Ore Dictionary registrations happen?
You done gone fucked up trying to quote me and put your rely inside the quote. In any case, in theory, a recipe registered with an oredict reference will work even if that oredict entry doesn't exist at the time of recipe creation (but does later) because the recipe actually operates on those strings when you use the crafting table. I've never messed around with it though. But it might screw up something else (e.g. "don't register this recipe unless oredict entry exists")
-
[1.12]How to make recipes configurable?
Indeed. I already tried shoving a recipe into my own assets directory under /minecraft and it did diddly squat. Had to search around for a thread on recipe removal. Which, of course, leads to some vanilla advancements throwing an error when they load because the recipe is now missing.
-
[1.12] Modular Recipes
Oh, that's good. Will that condition accept an oredict reference the way other Item specification does? (This was the bigger deal, I can suffer 16 json files, but disabling them was more important).
-
[1.12] What event should Ore Dictionary registrations happen?
Honestly, you should probably do it "as early as you can."
-
[1.11.2] Dynamic Models For 3D Items
The Compass way is terribad. It can only determine what model to show based on a float. If you want to do it based on NBT you need to use an ItemMeshDefinition. https://github.com/Draco18s/ReasonableRealism/blob/master/src/main/java/com/draco18s/industry/item/ItemCastingMold.java#L80-L108
-
[1.11.2] Custom Furnace - Last Step, Saving Data Help [SOLVED]
Have you done this:
-
How do I correctly create a custom Furnace TileEntity and Container with separate recipes? [1.12]
https://github.com/VoxelBuster/StarboundMod/blob/master/forge-1.12-14.21.1.2387-mdk/src/main/java/io/github/voxelbuster/sbmod/common/block/IndustrialFurnaceBlock.java#L76 You need to create your own GUI.
-
[Solved] [1.12] No item texture or render
Nnnnope! If you use a parent of "item/generated" you don't need the display properties at all: item/generated does them for you. Unless you want it to display differently* (e.g. item/handheld overrides some of the display properies and is the parent of swords, axes, and other tools). *I have an item which parents to item/handheld and I still override some display properties, but that's an exception, not a rule.
-
Custom Dimension - Array Index Out of Bounds Exception
1) Please stop mentioning me directly, any number of other people can weigh in on your problem as well. 2) What part of "I've never created a terrain generator" did not make any sense to you?
-
Custom Dimension - Array Index Out of Bounds Exception
Beats me, I've never created a terrain generator before.
-
[1.12] Override vanilla recipe
This doesn't work for me on Forge 2462, the event never fires. Nevermind, I was using a non-static event handler and copied in a static method.
IPS spam blocked by CleanTalk.