#my Minecraft isn’t working properly
19 messages · Page 1 of 1 (latest)
Welcome to the help forum! Once your question has been resolved, please mark the post as closed by typing !close.
All your projects?
What do you mean
I mean everything I’ve made in block bench and put in the texture pack isn’t showing ingame
Ah, that makes more sense. Next question, what do you mean with "when you type their names"?
like using the /give command or renaming them in an anvil?
So
I made bb models and I went in .Minecraft texture packs and made a new folder with the pack.mcmeta or whatever it’s called and put my stuff in models and now they don’t show at all even if I type a name
Im making a Harry Potter mod and I want actual custom items but since I only started doing this stuff about 2 days ago I need help
Making a mod is a lot more work, than creating a new folder in your .minecraft folder.
!faq java-modding
How to make Minecraft Java Edition mods:
Step 1: Learn how to program java, you should at least know the basics or know another programming language.
You can use !faq learn-java to get a list of java tutorials.
Step 2: Choose whether you want to use Fabric or Forge & follow the according tutorials.
Forge (community docs): https://forge.gemwire.uk/wiki/Main_Page
Forge (official docs): https://mcforge.readthedocs.io/
Fabric (official docs): https://fabricmc.net/wiki/start
To start modding Minecraft, it's strongly recommended to know Java.
Minecraft, and many mods, use more advanced Java concepts like lambdas, generics and polymorphism.
If you don't know all of these concepts, you may have some difficulties modding.
Here are some online resources that will help learning Java:
JetBrains Academy (free online course): https://www.jetbrains.com/academy/
Codeacademy (free online course): https://www.codecademy.com/learn/learn-java
University of Helsinki (free online course): https://java-programming.mooc.fi/
Basic Java Tutorials: https://docs.oracle.com/javase/tutorial/
Intorduction to Programming using Java by David J. Eck (free online textbook): http://math.hws.edu/javanotes/
Thinking about it, you might like to use a mod like this one https://www.curseforge.com/minecraft/mc-mods/json-things
It allows you to add new items and blocks without programming.
It has it's limitations, but it might be enough for you, depending on what exactly you want/need.