Questions tagged [minecraft-modding]
For questions about modding Minecraft, regardless of the edition.
240 questions
0
votes
1
answer
11
views
Having trouble creating a ModGUIConfig with a custom category
I'm working on a mod for 1.7.10 Forge that needs a complex config for the user to set up, but only the "general" category shows up (from ...
0
votes
0
answers
143
views
Voxel Raycasting/ Divide A Line In 3D Into Small Portions
I have a voxel game where I want to know which block the players camera is facing. To do this I have a line the distance allowed for the player to interact with the world cast from the center of the ...
0
votes
0
answers
36
views
How do I tell the game server that I have updated the hotbar. - Using FabricMC
I'm making a mod in Fabric for easily switching between the saved creative hotbars, fully client side. Right now though, when I try to update the hotbar and copy the items over from the saved hotbar, ...
1
vote
0
answers
30
views
How to configure multi-project for minecraft server mod for different ports using common code with minecraft mappings?
I want to make a gradle multi-project to port a server mod I made for Forge to Paper.
The problem I'm facing is that the common project doesn't recognise any ...
0
votes
0
answers
87
views
Adding extra octaves for note blocks in Fabric 1.21.1
How would I extend the range of note blocks in Minecraft? I'm using a Fabric mod template for 1.21.1.
I only started coding about a week ago, so I barely have any idea what I'm doing; as much ...
1
vote
0
answers
61
views
How to make a Minecraft Villager walk to a Location?
For Minecraft, utilizing the Bukkit/Spigot API, I have a LivingEntity Villager that I would like to path, or "walk" to ...
0
votes
2
answers
426
views
How is it possible that Minecraft save files are so small?
I want to make a game almost like Minecraft using Three.js, but something that stumps me is how you have over 100,000 blocks in a world and the save files are not that big in size. How does Mojang ...
0
votes
1
answer
252
views
Unknown enum type when modding Minecraft recipes with CraftTweaker
I want to make some new Recipes with CraftTweaker, which uses machines from the Create mod (I'm using Life In The Village 3), but I have the following error in my scripts:
...
0
votes
1
answer
719
views
How do I implement Minecraft Forge Config GUI (1.8.x)
So I have recently been working on a minecraft 1.8.9 forge mod, just to play around and see what there is (eventually I am planning on making a utilities mod with versions for 1.8-1.19, which is why I'...
1
vote
0
answers
139
views
Where to find comprehensive Forge documentation?
There are a lot of things I'm trying to accomplish with a Minecraft mod. Some of it seems rather academic but finding a complete source of documentation is, well ... something for which I should hire ...
0
votes
1
answer
39
views
How to generate all possible lang fields for a modded Minecraft pack?
I want to translate a modpack Tekkit2 in Minecraft. According to Minecraft wiki one has to create a resource pack and map identifier-translation pairs to a json file. However in order for the ...
0
votes
0
answers
90
views
Eyedropper tool within Minecraft Java
I'm trying to make an eyedropper tool (one where it picks up the color the tool is being pointed at) for a Minecraft mod that uses Forge on IntelliJ IDEA. I already have the item/tool ready and able ...
0
votes
1
answer
538
views
Registering recipe for Minecraft with Forge on IntelliJ
I'm using Forge on IntelliJ IDEA to make a mod for Minecraft, and I think I am stuck on where I need to register a recipe for an item.
How I got to that idea:
I tested it out and everything worked. No ...
0
votes
1
answer
229
views
Where am I able to find the things that were imported using Java on IntelliJ?
I am trying to build a Minecraft mod with Forge on IntelliJ, and I am wondering where I can find the parts that are being imported.
For example:
...
0
votes
0
answers
913
views
Modpack crashes by generating and entering a world
My own Modpack is chrashing every time I want to generate a new world or want to enter an existing (from older versions or vanilla) I getting this error:
...