3,878 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
29
views
com.intellij.execution.CantRunException: No JDK for module 'aetherian-tools-and-ores-template-1.21.1.main
I was making a custom minecraft mod and everything was working, but then out of nowhere it gave me com.intellij.execution.CantRunException: No JDK for module 'aetherian-tools-and-ores-template-1.21.1....
1
vote
1
answer
81
views
Send 'Registry Data' packet for minecraft server [closed]
I'm developing my own version of a Minecraft server using the Netty library.
After implementing all handshake stuff, I'm stuck at sending the registry data packet.
This is the 'Registry Data' packet ...
0
votes
0
answers
18
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 ...
0
votes
0
answers
21
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
0
answers
38
views
GraalPy GraalVM java.lang.NoClassDefFoundError: org/graalvm/polyglot/Context Error
I'm working on a Neoforge 1.21.1 Mod that uses GraalPy to run a python script within the minecraft runtime. Anytime I try to run the script, it throws a java.lang.NoClassDefFoundError: org/graalvm/...
-1
votes
1
answer
90
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
27
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 ...
1
vote
0
answers
39
views
How to make my block (extending to BaseEntityBlock) face to the player when placed?
The thing is, I already know how to make a simple block having a single texture on every side, but what i want is a block, like a furnace, which has a front, a top, 3 sides, and a bottom. however, i ...
-1
votes
0
answers
142
views
Class not found even though it is in JAR
My son is trying to create a Minecraft plugin in Java. Unfortunately, my time with Java has been a long time ago... As you can see in below screenshot org.bukkit.plugin.java is part of bukkit-1.21.8-...
0
votes
0
answers
56
views
Applying transparency to entities in 1.20.1 (MC Forge)
I've been fighting to find ways to get transparency to work in my custom entities whilst updating my code from 1.16.5 to 1.20.1. I can not for the life of me figure this out. I've tried mimicking the ...
0
votes
1
answer
86
views
Minecraft lamp texture not texturing 1.19-41.1.0
I'm making a backrooms inspired minecraft mod, but i've run into a problem: all my textures load, apart from the textures for my lamp. the lighting works as intended though.
ModBlocks.java
package net....
1
vote
0
answers
56
views
Minecraft Plugin CustomModelData
public class CreeperBucketListener implements Listener {
private final JavaPlugin plugin;
private final NamespacedKey keyItemModel;
private final NamespacedKey keyCustomModel;
public ...
1
vote
1
answer
186
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. ...
2
votes
0
answers
47
views
minecraft 1.16.5 Datapack smelting recipie type only working if forge is installed despite not using forge tags
I'm making a datapack for 1.16.5 minecraft. I want it to be compatible with both vanilla and forge. I made smelting and blasting recipes and they only work in forge (I removed all other mods to test ...
0
votes
0
answers
63
views
NeoForge: Couldn't parse item model
Problem
An error occurred while creating a simple item.
[13:37:47] [resourceLoad/ERROR] [minecraft/ClientItemInfoLoader]: Couldn't parse item model 'chemistrycraft:bottle_of_air' from pack 'mod/...