186 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
0
answers
88
views
How do I prevent a PlayerEntity from making sounds in Minecraft Fabric 1.21.1?
I'm trying to make a mod that adds a new material which can be made into armor, tools, and at some point some other stuff. The material is called Vibral, and it's found in the deep dark and ancient ...
0
votes
0
answers
95
views
How do I register a MultifaceGrowthBlock model with Data Generation in Minecraft Fabric Modding 1.21.1
I'm working on a mod for Minecraft Fabric 1.21.1 that adds a new material that can be found in the Deep Dark and in Ancient Cities called Vibral. It can be made by combining two Raw Vibral and two ...
0
votes
0
answers
127
views
RenderLayer.getTranslucent() in fabric 1.21.1 overrides/hides the block breaking animation
I want do add a block to minecraft 1.21.1 with fabric that is partially transparent. While testing I found out, that the braking animation (cracks on the block) is missing. I later found out, that the ...
1
vote
0
answers
73
views
Is there a way to shift mixin injection after a return opcode
I am writing an injector for a method that looks like this:
protected ItemInteractionResult useItemOn(ItemStack stack, BlockState state, Level level, BlockPos pos, Player player, InteractionHand hand, ...
0
votes
1
answer
141
views
How to access a private nested record
The MinecraftServer.class has a private Record named ReloadableResources that is used to hold managers for resource managing.
...
record ReloadableResources(CloseableResourceManager resourceManager, ...
0
votes
0
answers
54
views
1.21.8 rendering MOTD / Text on DirectConnectScreen
I want to display the servers MOTD, player count and ping on the DirectConnectScreen, similar to how it is in the multiplayer server list. Ive created a mixin for the DirectConnectScreen to draw the ...
0
votes
1
answer
160
views
Can't create any .jar on IntelliJ Fabric Minecraft modding
So lately I've been trying to make a little custom mod for Minecraft 1.21.1 with Fabric Kotlin and after checking everything working completely I wanted to create the .jar to share with a friend but ...
1
vote
0
answers
99
views
Texture for a 3d model I made in blockbench fails to load, while another one does load, and I cannot seem to find the difference
I am coding a Minecraft 1.21.1 Java mod for Fabric, and I made two custom 3D textures in blockbench. One of them, labelled Pure_mace does load, and the other Great_nail, fails, I cannot find anything ...
1
vote
2
answers
546
views
How to include external (non-mod) dependencies inside the .jar of a Minecraft Fabric mod (1.21.4)?
I'm developing a Minecraft mod for version 1.21.4 using the Fabric mod loader and Gradle as the build system.
I've added a regular Java library as a dependency using implementation in my build.gradle. ...
1
vote
0
answers
227
views
Minecraft Fabric Client can't load a world because "The screen cannot be null"
I'm trying to make a story based mod using fabric 1.21.5 with the newest API version. I have a fake singleplayer button that is rendered over the normal one, and when it is pressed it executes a ...
0
votes
0
answers
278
views
minecraft fabric 1.21.5 mixin how to send message as Player
How to replace one message to other in minecraft fabric 1.21.5
I writed simple Mixin that insert code into writen method
package org.emil.chatmod.mixin;
import net.minecraft.client.gui.hud.ChatHud;
...
0
votes
0
answers
43
views
What is the fastest way to turn off caps lock on windows [duplicate]
I want to make a program that disables caps lock as soon as it is detected so I can use it as a keybind without worrying about my typing being in caps (in java)
I've done this
new ProcessBuilder("...
0
votes
0
answers
521
views
Architectury, Fabric & Gradle not working together
When I used:
'dev.architectury.loom' version '1.7-SNAPSHOT`
'architectury-plugin' version '3.4-SNAPSHOT'
'faric-loom' version '1.9-SNAPSOT'
with Gradle version 8.11/.13 ,but the build was not ...
user avatar
user29932822
0
votes
1
answer
264
views
Error running data generation for fabric 1.21
I'm working on a Minecraft 1.21 Fabric mod and encountering an error while running DataGen. Initially, I was getting the following error:
Error: Could not find or load main class net.fabricmc....
1
vote
1
answer
1k
views
IntelliJ IDEA asks me to update gradle
I making a Minecraft mod (almost) first time for Fabric 1.20.1 (lodaer 0.16.10).
When I try to build or do something with gradle, it gives an error:
A problem occurred configuring root project '...