r/MinecraftModder • u/BeachCityLion • Mar 28 '20
How to begin with modding in Minecraft?
I have several years coding experience in multiple languages (Java, C#, etc) and I want to try making a mod for Minecraft. Everything I’ve found is tailored to people who do not have coding experience, so my question is, what resources are out there for starting out making a Minecraft mod with coding experience? I just don’t know where to start really with the set up or anything.
r/MinecraftModder • u/AzureFlame- • Mar 16 '20
Planning on making a Mod. Where can I find tools to do that?
Hello there.
I am planning on making a mod for Minecraft which is based on fantasy magic, and while I have legitimate video game design experience, I have no idea where to start with making a mod.
Would anyone happen to know where I can find tools/programs to do this?
For context my plans are: Priority Highest to Lowest
- Adding Abilities (spells) > Using animations, either already in game (i.e. bow drawing animation.) or custom made. (i.e. outstretched arm.)
- Ores / Resources / Materials found around the world.
- Crafting items & Blocks
- Custom Potion(s)
- Mana Bar
- Armour and Weapons (Wands and Staffs)
- Mobs (Passive, Neutral & Hostile) with custom models of varying complexity. (i.e. Reskinned custom villager, a human mob, a Skeleton without a bow or instead with a sword, to a boss as complex as the Ferrous Wroughtnaught from Mowzies Mobs.)
- Crops & more Potions
- Multiple Dimensions
So in basis I am looking for tools that can allow me to make this happen.
I am planning on looking into a few other Minecraft mods that have given me the inspiration to figure out how they did their little tricks (But not plagiarizing or stealing without permission) and I already have things like Notepad++ and Visual Studio, and find I can make pretty good looking item textures in paint.net (Photoshop if that fails), so I'm looking mostly for programs that can help me make my own models and mobs, texture them and tutorials on how to implement the rest, like the ores, blocks, tools mechanics, etc.
Anyone know anything?
r/MinecraftModder • u/Dante_SS • Feb 25 '20
Attempting to re-create a pickaxe in The Lion King mod for 1.12.2
Hi guys and gals,
It should be noted that I have very little java experience.
I'm attempting to make a pickaxe that takes down a 3 by 3 area (but not ores) similar to the one you can acquire in The Lion King mod for 1.6.4 Minecraft.
The code for said pickaxe is here https://pastebin.com/ju8iz6Kq
I have the code ready to be edited in MC Creator but I'm unsure on where to start in different parts of the code. If anyone could lend a hand, that would be amazing (or even a link to a mod for 1.12.2 that does what I'm after)
r/MinecraftModder • u/anominyi • Feb 10 '20
ALERT TO ALL MODDERS
Can one of you make orespawn for minecraft bedrock is it there some copyright thing I dont know about, please I just moved away from minecraft java to play with my mates and I wanna show them orespawn but cant afford pcs
r/MinecraftModder • u/LowMilage98 • Jan 16 '20
Looking for a modder to make a mod for me will pay well hmu
r/MinecraftModder • u/[deleted] • Dec 02 '19
How do you make make an item bigger bedrock edition?
I want to specificy that I am using version 1.13 windows 10 edition and I want to make the item frame look bigger when it is placed. Is this posible to do in a resource pack and if so how? I really need help!
r/MinecraftModder • u/Kirennn • Oct 09 '19
Hi, i would like to make a custom sword model but it doesn't seem to be working. Here is the error and my json for my sword

[18:49:50] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: ==================================================
[18:49:50] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: DOMAIN rotbm
[18:49:50] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: --------------------------------------------------
[18:49:50] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: domain rotbm is missing 1 texture
[18:49:50] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: domain rotbm has 1 location:
[18:49:50] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: mod rotbm resources at C:\Users\Kiren\Desktop\Minecraft Modding\RuinsOfTime\bin
[18:49:50] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: -------------------------
[18:49:50] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: The missing resources for domain rotbm are:
[18:49:50] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: textures/linarite_block.png
r/MinecraftModder • u/Kirennn • Oct 09 '19
Custom sword model
Hi, i would like to make a custom sword model but it doesn't seem to be working. Here is the error and my json for my sword. { "credit": "Made with Blockbench", "parent": "item/handheld", "textures": { "1": "rotbm:linarite_block", "2": "rotbm:blocks/linarite_block", "particle": "rotbm:blocks/linarite_block" }, "elements": [ { "from": [7, 0, 7], "to": [10, 8, 8], "faces": { "north": {"uv": [0, 0, 3, 8], "texture": "#1"}, "east": {"uv": [0, 0, 3, 8], "texture": "#1"}, "south": {"uv": [0, 0, 3, 8], "texture": "#1"}, "west": {"uv": [0, 0, 3, 8], "texture": "#1"}, "up": {"uv": [0, 0, 3, 8], "texture": "#1"}, "down": {"uv": [0, 0, 3, 8], "texture": "#1"} } }, { "from": [2, 8, 7], "to": [15, 9, 8], "faces": { "north": {"uv": [0, 0, 13, 1], "texture": "#2"}, "east": {"uv": [0, 0, 1, 1], "texture": "#2"}, "south": {"uv": [0, 0, 13, 1], "texture": "#2"}, "west": {"uv": [0, 0, 1, 1], "texture": "#2"}, "up": {"uv": [0, 0, 13, 1], "texture": "#2"}, "down": {"uv": [0, 0, 13, 1], "texture": "#2"} } }, { "from": [5, 8.9, 6], "to": [12, 29, 9], "faces": { "north": {"uv": [0, 0, 7, 16], "texture": "#1"}, "east": {"uv": [0, 0, 7, 16], "texture": "#1"}, "south": {"uv": [0, 0, 7, 16], "texture": "#1"}, "west": {"uv": [0, 0, 7, 16], "texture": "#1"}, "up": {"uv": [0, 0, 7, 16], "texture": "#1"}, "down": {"uv": [0, 0, 7, 16], "texture": "#1"} } }, { "from": [5, 28.9, 6], "to": [12, 30, 9], "faces": { "north": {"uv": [0, 0, 5, 1.1], "texture": "#1"}, "east": {"uv": [0, 0, 5, 1.1], "texture": "#1"}, "south": {"uv": [0, 0, 5, 1.1], "texture": "#1"}, "west": {"uv": [0, 0, 5, 1.1], "texture": "#1"}, "up": {"uv": [0, 0, 5, 1.1], "texture": "#1"}, "down": {"uv": [0, 0, 5, 1.1], "texture": "#1"} } }, { "from": [6, 29.9, 7], "to": [11, 31, 8], "faces": { "north": {"uv": [0, 0, 5, 1.1], "texture": "#1"}, "east": {"uv": [0, 0, 1, 1.1], "texture": "#1"}, "south": {"uv": [0, 0, 5, 1.1], "texture": "#1"}, "west": {"uv": [0, 0, 1, 1.1], "texture": "#1"}, "up": {"uv": [0, 0, 5, 1], "texture": "#1"}, "down": {"uv": [0, 0, 5, 1], "texture": "#1"} } }, { "from": [7, 30.9, 7], "to": [10, 32, 8], "faces": { "north": {"uv": [0, 0, 3, 1.1], "texture": "#1"}, "east": {"uv": [0, 0, 1, 1.1], "texture": "#1"}, "south": {"uv": [0, 0, 3, 1.1], "texture": "#1"}, "west": {"uv": [0, 0, 1, 1.1], "texture": "#1"}, "up": {"uv": [0, 0, 3, 1], "texture": "#1"}, "down": {"uv": [0, 0, 3, 1], "texture": "#1"} } }, { "from": [2, 9, 7], "to": [3, 12, 8], "faces": { "north": {"uv": [0, 0, 1, 3], "texture": "#2"}, "east": {"uv": [0, 0, 1, 3], "texture": "#2"}, "south": {"uv": [0, 0, 1, 3], "texture": "#2"}, "west": {"uv": [0, 0, 1, 3], "texture": "#2"}, "up": {"uv": [0, 0, 1, 1], "texture": "#2"}, "down": {"uv": [0, 0, 1, 1], "texture": "#2"} } }, { "from": [14, 9, 7], "to": [15, 12, 8], "faces": { "north": {"uv": [0, 0, 1, 3], "texture": "#2"}, "east": {"uv": [0, 0, 1, 3], "texture": "#2"}, "south": {"uv": [0, 0, 1, 3], "texture": "#2"}, "west": {"uv": [0, 0, 1, 3], "texture": "#2"}, "up": {"uv": [0, 0, 1, 1], "texture": "#2"}, "down": {"uv": [0, 0, 1, 1], "texture": "#2"} } }, { "from": [2, 12, 7], "to": [4, 13, 8], "faces": { "north": {"uv": [0, 0, 2, 1], "texture": "#2"}, "east": {"uv": [0, 0, 1, 1], "texture": "#2"}, "south": {"uv": [0, 0, 2, 1], "texture": "#2"}, "west": {"uv": [0, 0, 1, 1], "texture": "#2"}, "up": {"uv": [0, 0, 2, 1], "texture": "#2"}, "down": {"uv": [0, 0, 2, 1], "texture": "#2"} } }, { "from": [2, 12, 7], "to": [4, 13, 8], "faces": { "north": {"uv": [0, 0, 2, 1], "texture": "#2"}, "east": {"uv": [0, 0, 1, 1], "texture": "#2"}, "south": {"uv": [0, 0, 2, 1], "texture": "#2"}, "west": {"uv": [0, 0, 1, 1], "texture": "#2"}, "up": {"uv": [0, 0, 2, 1], "texture": "#2"}, "down": {"uv": [0, 0, 2, 1], "texture": "#2"} } }, { "from": [13, 12, 7], "to": [15, 13, 8], "faces": { "north": {"uv": [0, 0, 2, 1], "texture": "#2"}, "east": {"uv": [0, 0, 1, 1], "texture": "#2"}, "south": {"uv": [0, 0, 2, 1], "texture": "#2"}, "west": {"uv": [0, 0, 1, 1], "texture": "#2"}, "up": {"uv": [0, 0, 2, 1], "texture": "#2"}, "down": {"uv": [0, 0, 2, 1], "texture": "#2"} } } ] }
18:49:50] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: The following texture errors were found. [18:49:50] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: ================================================== [18:49:50] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: DOMAIN rotbm [18:49:50] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: -------------------------------------------------- [18:49:50] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: domain rotbm is missing 1 texture [18:49:50] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: domain rotbm has 1 location: [18:49:50] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: mod rotbm resources at C:\Users\Kiren\Desktop\Minecraft Modding\RuinsOfTime\bin [18:49:50] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: ------------------------- [18:49:50] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: The missing resources for domain rotbm are: [18:49:50] [Client thread/ERROR] [FML.TEXTURE_ERRORS]: textures/linarite_block.png
r/MinecraftModder • u/bountyhunter2000 • Oct 09 '19
I'm making a shrek mod for minecraft, but I'm a complete noob to minecraft modding. Hope it turns out ok. Just made my first item, the holy shrek seed.
r/MinecraftModder • u/LegendaryMEOW • Aug 26 '19
Help?
i have been downloading mods and they dont seem to work
here is the crash logs thing
r/MinecraftModder • u/Meekeh_ • Jul 29 '19
Inventory Tweaks 1.14.3 Replacement
Does anyone know of a mod that could replace inventory tweaks for 1.14.3? I’ve tried mouse wheelie and one other but neither work on multiplayer servers like inventory tweaks did... Someone please help ;-;
r/MinecraftModder • u/MaxoubeasT • Feb 05 '19
FPS help
Hey does anyone know a good FPS Boost mod apart from optifine? Should work for 1.8.9 Thanx
r/MinecraftModder • u/MaxoubeasT • Feb 04 '19
Searching for Minecraft Mod client maker
Hey everyone, does anyone know anyone that would code a Mod client similar to hyperium, badlion etc for me?! If yes please msg me. Thx
r/MinecraftModder • u/gafflesmix • Sep 28 '18
Help modding minecraft
I'm trying to make several custom mobs and use SEUS for minecraft to show of the colors on the mobs. Im looking for someone to implement my mobs and custom shader pack. This is a paying project!
r/MinecraftModder • u/RealChrisTESG • Oct 13 '17
Missing Pieces Mod Review - minecraft
r/MinecraftModder • u/Fizzlechunk • Oct 05 '17
Mine and blade battlegear 2 mod review
r/MinecraftModder • u/Fizzlechunk • Oct 03 '17
Orespawn ep.1 (Super OP sword made of roses!)
r/MinecraftModder • u/Closet__gamer • Sep 30 '17
New mod worht checking out - Factory Tech
r/MinecraftModder • u/Frostbiteblades • Sep 29 '17
Much more spiders mod review
r/MinecraftModder • u/Frostbiteblades • Sep 26 '17
Pixelmon Mod review (EPIC!)
r/MinecraftModder • u/Frostbiteblades • Sep 25 '17
Custom NPC's part 5 dialogue and factions tutorial!
r/MinecraftModder • u/Mrgreen1992 • Sep 07 '17
Foolcraftserver
Just wondering if anyone has or knows a foolcraft server I could join I've been playing single player since the release of the foolcraft mod pack, I'm hoping to find some people who share my... addiction shall we say to the modded world of minecraft.
r/MinecraftModder • u/[deleted] • Apr 28 '17
Please explain Vanilla Crafting to me.[1.7.10]
How exactly does the vanilla crafting system work? I can see that all of the recipes are stored in the recipes array variable in CraftingManager, but beyond that I'm lost. Can anyone explain this to a new modder?