Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
22 views

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'...
funerary trap's user avatar
0 votes
0 answers
87 views

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; ...
kroll_tt's user avatar
-1 votes
1 answer
99 views

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: ...
Caleb Sonnichsen's user avatar
2 votes
0 answers
65 views

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 ...
SK19's user avatar
  • 221
0 votes
0 answers
70 views

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 ...
Pr77Pr77's user avatar
0 votes
2 answers
126 views

The MinecraftServer.class has a private Record named ReloadableResources that is used to hold managers for resource managing. ... record ReloadableResources(CloseableResourceManager resourceManager, ...
Résu's user avatar
  • 45
1 vote
0 answers
52 views

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 ...
BananasHelp20's user avatar
0 votes
1 answer
97 views

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....
Troy Gomme's user avatar
1 vote
2 answers
421 views

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. ...
Andrearoma2's user avatar
0 votes
0 answers
88 views

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/...
쭌이jjoon's user avatar
0 votes
1 answer
133 views

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 ...
Anora Peart's user avatar
0 votes
0 answers
77 views

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 ...
Rokoler Channel's user avatar
0 votes
0 answers
78 views

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 ...
E AI Electronic's user avatar
0 votes
1 answer
452 views

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 ...
rawsome1234's user avatar
0 votes
0 answers
40 views

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 ...
The Spoofies's user avatar
0 votes
0 answers
53 views

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 ...
Gavryl Tampil's user avatar
0 votes
0 answers
70 views

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 ...
Josh Mcoch's user avatar
1 vote
0 answers
129 views

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 ...
Mops Lops's user avatar
0 votes
0 answers
154 views

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 ...
Carlo's user avatar
  • 9
1 vote
1 answer
48 views

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 ...
Ganzatron's user avatar
0 votes
1 answer
63 views

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 ...
Andysepp's user avatar
2 votes
0 answers
165 views

Here's my Accessor: @Mixin(targets = "com.trongthang.bettercampfires.mixin.CampfireBlockEntityMixin") public interface CampfireBlockEntityAccessor { @Accessor(value = "...
Trong Thang's user avatar
0 votes
1 answer
76 views

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 "...
user378555's user avatar
4 votes
0 answers
201 views

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 ...
Alexito's user avatar
  • 76
0 votes
1 answer
55 views

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 ...
Samudera Bagas's user avatar

1
2 3 4 5
78