
Everything posted by Cadiboo
-
Since 1.13 will remove metadata, how do I do some DataFixing/DataFixer, my blocks rely heavily on metadata.
Data fixers are a massive mess. Good luck getting them to work, @itsmeow can probably share some knowledge
-
Texture for an ItemGroup not appearing, but that item's texture works fine as an item
I used a Supplier<ItemStack> https://github.com/Cadiboo/Example-Mod/blob/1.13.2/src/main/java/io/github/cadiboo/examplemod/init/ModItemGroups.java
-
[1.13.2] Problems when attempting to create custom vines.
Post your new logs
-
[1.13.2] Problems when attempting to create custom vines.
what does your log say?
-
Texture for an ItemGroup not appearing, but that item's texture works fine as an item
https://gist.github.com/Cadiboo/fbea89dc95ebbdc58d118f5350b7ba93#recommended-forge-conventions
-
[1.13.2] How to run minecraft command from the mod?
When do you want to run it?
-
[1.13.2] Check property of block above
- [1.13.2] Translation System
What do you mean “return the parameters null”?- [1.13.2] How to run minecraft command from the mod?
Can you explain what you mean in more detail?- [1.13.2] Translation System
It is a translation. It will translate the key from any of the lang json files that it has loaded.- [1.13.2] Check property of block above
getProperties().contains(BlockSlab.TYPE) && getProperty(BlockSlab.TYPE) == BlockSlable.EnumType.TOP (I’m not sure of the actual names, but that should be pretty close)- [1.13.2] Check property of block above
yes, I was looking at getValues which is the same method as getProperties in 1.12.2. You want getPropertyKeys in 1.12.2 and getProperties in 1.13.2. Then use contains- 1.13.2 won't work with Optifine
Heres the issue on OptiFine's issue tracker. The issue is now up to OptiFine to fix- [1.13.2] Check property of block above
I think you want containsKey- 1.13.2 Crashing with no mods
Yep, I think that this may have been fixed in the latest mod launcher version. Edit: I’m thinking of something unrelated about Java 9- Minecraft exit code 1
Error Code 1 literally just means “The game crashed”. It doesn’t tell us anything and we can’t help you based off it.- [1.13] How to make a fat jar and possibly minimize any unused code or dependencies
Use Forges Jar-In-Jar system. Documentation: https://mcforge.readthedocs.io/en/latest/gettingstarted/dependencymanagement/ Example: https://github.com/Cadiboo/NoCubes/commit/d3dbe3a684ad042806073055e6199fce5e2005f2- Is this website forge or a copycat?
The only real site is https://files.minecraftforge.net/. Any other site is likely to be distributing malware or viruses. Forge for 1.14.2 isn’t out yet.- Shwoing EntityPlayer a subtitle
Do you mean something like the action bar?- Minecart rails not rotating and minecarts cannot be placed
What Forge version. For example 1.13.2-25.0.219- mod or blocks missing? help?
How old of a world? It sounds like a mod called “props” is missing.- [1.13.2] Can't find any guide
That’s a great guide, one of the best. However it doesn’t cover basic setup and is for <1.13.2. I’ve got my own tutorials that specifically cover just the setup for 1.13.2 https://cadiboo.github.io/tutorials/1.13.2/forge/. ItemTiers are very similar to the ToolMaterials from <=1.12.2. The main difference is that you no longer need hacks with EnumHelper to add one. Here’s an example of ItemTiers https://github.com/Krevik/Kathairis/blob/master/src/main/java/io/github/krevik/kathairis/init/ModItemTiers.java.- Minecraft exit code 1
Sorry about that! To fix this either update NoCubes to the latest version (0.2.10-pre) or install the required dependency for NoCubes 0.2.7 (RenderChunk rebuildChunk Hooks). The latest version is technically still a pre-release but it should be more stable than 0.2.7.- Minecart rails not rotating and minecarts cannot be placed
What Forge version?- Help Creating Block Variants
You really should to do it with separate blocks, you can easily use a for loop. Also, you don’t need to explicitly make an array, you can just put the items directly in the registerAll call. https://gist.github.com/Cadiboo/b825d62fb46538e7b7b262c5612d62aa Heres a simple client event subscriber to replicate the 1.13.2 way of registering item models https://gist.github.com/Cadiboo/3f5cdb785affc069af2fa5fdf2d70358 - [1.13.2] Translation System
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.