3,872 questions
0
votes
0
answers
22
views
Macro for auto-mining 24x24 area in Minecraft 1.8
I need an advice which programming language is suitable in this situation. I need a macro/script that will dig a 24-block-long, 24-block-wide, and 24-block-deep mine. The blocks break instantly, and I'...
0
votes
0
answers
87
views
Why my mod not breaks visual blocks on the server minecraft
Good afternoon/evening. I encountered a problem in the mod: why, when I try to visually break a block on a spawn, does it return it back, even though it shouldn't?
package com.example.visualbreakmod;
...
-1
votes
1
answer
99
views
MInecraft Mod Graddle build failing
Whenever I go to build my it says "Build failed in " how many seconds
Here is what is said in my terminal
Where:
Build file 'C:\Users\csonn\OneDrive\Desktop\fusionlucky\build.gradle' line: ...
2
votes
0
answers
65
views
How to copy the dependencies of main into testFixtures?
I have a typical Architectury project structure, i.e. a common module and a fabric and a neoforge module, both depending on the former. I wanted to make tests for both fabric and neoforge in the ...
0
votes
0
answers
70
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
2
answers
126
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, ...
1
vote
0
answers
52
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 ...
0
votes
1
answer
97
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
2
answers
421
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. ...
0
votes
0
answers
88
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/...
0
votes
1
answer
133
views
geckolib HumanoidArmorLayerMixin Critical injection failure No refMap loaded NeoForge
I been decided to move over from forge over to NeoForge and I am working on a mod for version 1.21.1 of Minecraft using Neoforge version 21.1.176 and Geckolib version 4.6.5
I got the project to ...
0
votes
0
answers
77
views
Rendering creatures without server-side Minecraft Geckolib
I am writing a server for vanilla minecraft without using server mods. Now I want to write a mod that would replace the model rendering of regular mobs with my unique Blockbench model only with client ...
0
votes
0
answers
78
views
Macos Launching Minecraft Forge with a custom game directory and mods via Bash script
I’m trying to automate the setup and launch of a Minecraft Forge instance on macOS entirely through the terminal, without using the official launcher or CurseForge. My goal is to:
• Automatically ...
0
votes
1
answer
452
views
Need Help Running a Command in Minecraft Bedrock's 2.0.0-beta Scripting API
The Issue
I'm trying to learn Bedrock's scripting API so that I can use it to make a minigame. To do this, I'd really like to run commands, as that is the easiest way to get a lot of stuff done.
What ...
0
votes
0
answers
40
views
How to fill in a frame of Blocks with a right click? Spigot Java
I have recently had the problem where I am unable to fill in the ancient city frame/portal.
(1.21.1)
The issue I have come across is that I have to place 2 blocks of reinforced deepslate or else it ...
0
votes
0
answers
53
views
Control-Q in IntelliJ doesn't show enough method info
According to the documentation, pressing CTRL-Q over a method-call should show a full rundown on what a method does.
This image from a tutorial that I'm watching shows information including method ...
0
votes
0
answers
70
views
JAR decompilation and recompilation
I'm attempting to manually mod old minecraft versions by using fernflower to turn their class files in their JARs to java files and then utilisizing a obfuscation table on my other monitor to edit the ...
1
vote
0
answers
129
views
I can't save items in the Minecraft 1.21.4 plugin
I am writing a paper plugin for Minecraft 1.21.4 (paper api 1.21.4-R0.1-SNAPSHOT).
When the player first enters the server, the plugin blocks 27 slots in the inventory with barriers. After buying a ...
0
votes
0
answers
154
views
How to implement a web gui into Minecraft?
I'm trying to integrate an HTML GUI as soon as you right-click an item. I came across MCEF (https://github.com/montoyo/mcef) and am now trying to integrate it.
I managed to integrate it into my Forge ...
1
vote
1
answer
48
views
Update armor in real time in openInventory() Kotlin
I am trying to write a, minecraft, program where I can type /invsee "target" and I will be able to see the players inventory in real time. With the following code its easy to see the players ...
0
votes
1
answer
63
views
Why does a local test server initialize my plugin twice?
I am developing a minecraft bukkit plugin. Whenever I want to test the plugin by starting a server, the following error appears:
[11:05:09 ERROR]: Error occurred while enabling ...
2
votes
0
answers
165
views
How to access @Unique field using @Accessor in Minecraft Modding Fabric 1.20.1?
Here's my Accessor:
@Mixin(targets = "com.trongthang.bettercampfires.mixin.CampfireBlockEntityMixin")
public interface CampfireBlockEntityAccessor {
@Accessor(value = "...
0
votes
1
answer
76
views
How can I get the output of a command executed by a player?
I am doing a plugin in paper, and I need to get the player's output, when executing a command, for example, if a player uses: / tpa get an output like: "A teleportation request was sent to "...
4
votes
0
answers
201
views
Can a random seed used for End Crystal spikes prior to Minecraft 1.9 be reproduced?
Before the release 1.9 of Minecraft, the End dimension consisted of a floating piece of land made of endstone blocks with obsidian pillars or spikes, which were scattered around this island with no ...
0
votes
1
answer
55
views
bot and/or terminal not processing message.startsWith('goto') on my mineflayer bot
I wanted to make the bot go to a specific coordinate I inputted in the minecraft chat, something along the lines of 'goto x y z' and it goes to said x, y, and z coordinates. Yet it isn't picked up by ...