Everything posted by Xyndra
-
Forge mod compatible with multiple forge versions (example: 1.16.2 to 1.16.5)
So what you are saying is that I should only make my mod for like 1.12.2, 1.14.4, 1.16.5, 1.17.1, etc?
-
Forge mod compatible with multiple forge versions (example: 1.16.2 to 1.16.5)
My code is only Entity and Keycode specific, it does not contain world generation
-
Forge mod compatible with multiple forge versions (example: 1.16.2 to 1.16.5)
I am trying to create a mod which supports multiple forge versions at the same time (but only for one root version) These are the relevant things of mod.toml: loaderVersion="[33,36]" version="${file.jarVersion}" [[dependencies.examplemod]] modId="forge" mandatory=true versionRange="[33,36}" ordering="NONE" side="BOTH" [[dependencies.examplemod]] modId="minecraft" mandatory=true versionRange="[1.16.2,1.17)" ordering="NONE" side="BOTH" And these are the relevant things of build.gradle: buildscript { repositories { maven { url = 'https://maven.minecraftforge.net' } mavenCentral() } dependencies { classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '5.+', changing: true } } minecraft { // ... mappings channel: 'snapshot', version: '20200514-1.16' // ... } dependencies { minecraft 'net.minecraftforge:forge:1.16.2-33.0.61' } You can find the console error log here: https://pastebin.com/hyewQ0cV
-
[1.16.5] How can I turn the head client sided
I want to make a mod that can scaffold, but it looks like a player
-
[1.16.5] How can I turn the head client sided
Yes I do, because nobody forbid it
-
[1.16.5] How can I turn the head client sided
I tried tons and tons of possible solutions but noting is working. I found out how to turn the render, but the f3 yaw and pitch values are still not changing. Please help
-
I need to make a mod for hypixle skyblock ah flipping that shows which item to flip
Could you please explain this further and maybe show a scribble or something how it should look
-
[1.16.5] Trying to change a vanilla items properties, however getting an permission error(Client sided mod)
The eating speed property
-
[1.16.5] Trying to change a vanilla items properties, however getting an permission error(Client sided mod)
I am trying to create a mod which changes some vanilla item properties on the client, however getting: java.lang.IllegalStateException: Can not register to a locked registry. Modder should use Forge Register methods. Does anyone have an idea how I could achieve that?
-
[1.16.5] Some mods executing, some not
I don't know what is happening with optifine, but that was it, thanks.
-
[1.16.5] Some mods executing, some not
The unexecuted mods are tool swap and entity-xray(Mine is entity-xray)
-
[1.16.5] Some mods executing, some not
debug.log
-
[1.16.5] Some mods executing, some not
I have multiple mods in my client, however, some aren't being activated. I even created one of these mods myself, which worked in the coding editor, but not in the actual client. Sorry, I didn't send the log, but I couldn't find the directory. Thank you in advance
-
[1.16.5] My custom leaves can't be sheared
Thanks, that was it
-
[1.16.5] My custom leaves can't be sheared
But if I do that, the block will be insta-breakable with hand
-
[1.16.5] My custom leaves can't be sheared
The problem is not the drop, but that leaves get insta-sheared in vanilla, but take time in the mod.
-
[1.16.5] My custom leaves can't be sheared
I am trying to create my own leaves for my own tree, however they can't be sheared because of some reason. Here is the code of the object: public static final LeavesBlock PALMLEAVES = new LeavesBlock(Block.Properties.copy(Blocks.OAK_LEAVES).noOcclusion().harvestTool(ToolType.HOE));
IPS spam blocked by CleanTalk.