Everything posted by Draco18s
-
[1.10.2][CLOSED]Creating Non Existing Blocks
It has a different name in different versions. I think in 1.10 it's called VertexBuffer
-
How to alter a vanilla BiomeDecorator?
Would you be willing to explain in a little more detail? This goes against what I understood to be the whole point of an event-driven model. The code is executed on an "as needed" basis, in response to certain criteria being met. How will new chunks get decorated if this subroutine is not executed? BiomeEvent.CreateDecorator is fired when a decorator is instanciated which happens once per decorator. BiomeEvent.Decorate is fired for every chunk when the decorator.generate() is called.
-
Villager AI inside Neutral Mob
1.6.4 is not supported here and has not been supported for 2 years.
-
[1.10.2] SpawnEntityInWorld
For this (dropping an item), no you do not. You've told like three people now that they need a custom entity and in all three cases you have been flat wrong. Stop doing this.
-
Is It Possible To Make "Inbetween" Redstone Dust? (nope)
No. Blocks take up 1 block worth of space.
-
[1.10.2] More drops when broken with specific item?
They're called at different times. IIRC removedByPlayer calls onBlockHarvested. onBlockHarvested is probably better for what you're doing.
-
1.7.10 ---> 1.10.2 - Need a Bit of Assistance Please
Closest I can recommend: https://github.com/Draco18s/Artifacts Look at the ItemArtifact class.
-
[1.10.2] More drops when broken with specific item?
Try using onBlockHarvested or removedByPlayer
-
1.10.2 Block Not Working .json
I love how Animefan had to tell you the same thing four times.
-
(solved) Custom Bonemeal not working 1.10
Good job learning nothing.
-
Custom inventory with 1 slot.
You can't. GUIChest assumes that all inventories opened with it will have 9n inventory slots.
-
onEntityCollide not working 1.10
0.0625F isn't "infinitesimally." It's 1/16th, or a whole pixel. Also you meant "smaller"
-
Loot system?
There's also the existing loot table system which you could purpose for this.
-
[1.8.9] [UNSOLVED] Multi texture block
That's because you have "blocks/block"
-
[1.10.2][CLOSED]Creating Non Existing Blocks
Likely you need to subscribe to one of the rendering events and draw some additional geometry in the locations you wish it to appear.
-
[1.10] RegisterEntityRenderingHandler
"Implement an interface" is a Java thing, not a Forge thing. Ye, the interface in question is a Forge-supplied interface, but implementing it requires no special knowledge of Forge.
-
onEntityCollide not working 1.10
By "slightly smaller" we mean "by 0.001 is sufficient" It will still look like a full block.
-
[1.8.9] [UNSOLVED] Multi texture block
Or you can point it at block/cube, block/cube_all, or block/block
-
[1.7.10] Getting the modid of an item
Short answer: no. Long answer: yes, if you update to 1.8 or later.
-
Setting Registry Name for an Item [1.9.4]
Show the Reference.MainItems class.
-
[Forge 1.8.9] Alternative to thread.sleep?
That seems really complicated, is there any simpler way? I've seen stuff about scheduled executor delays? There is no "simpler" way.
-
My capabilities REFUSE to work. 5 devs checked it and all failed to find a clue.
And that is why I think passing off the init events to the proxy is stupid.
-
[1.10.2] Blockstates
Metadata is blockstate. It's just the internal representation of the blockstate (for some values). If you want to have a texture change based on an integer, you need an integer blockstate property.
-
[1.8.9] Creating a txt file, and accessing with a command.
Oh jesus christ. You can't just do this: public static String absolutePath = preevent.getSourceFile().getAbsolutePath(); Also, "preevent" doesn't even exist in your event methods. public static String absolutePath; public void preInit(FMLPreInitializationEvent event) { absolutePath = event.getSourceFile().getAbsolutePath(); } Go learn Java.
-
Applying a potion effect through armor?
And now you know that to Override a method you should always let your IDE do it or find the method you want to override and copy it, and then never touch its signature.
IPS spam blocked by CleanTalk.