#Textures for models
1 messages · Page 1 of 1 (latest)
Alright
another question
do you know how to make a specific block emit light?
ive tried using 2 textures, one that is emissive and one that isnt, but i cant use them both it applies one or the other
and i only want one block to emit light
im trying to give my model glowing eyes that kinda emit a light
if thats just a lot of complicated stuff then how would i just make the eyes appear to glow?
Im working on a big project by myself so i have to look up and research so much stuff at once XD
I just started a week ago and im trying to make a boss fight
If you want a block emit light you can check out the .luminance() property
oh wheres that?
You add it when you register your block
Have you ever made a mod before?
sorry im really new
nope never
help ;-;
lol
im gonna tackle one thing at a time
Have you ever tried adding blocks or items to begin with?
What about it did not work?
uh well.. i guess ive never done items or blocks yet ive only done mobs
Then why did you say you did do them before?
Yeah - read the docs according to what mod API you are using (Forge or Fabric)
holy moly ive got so much to learn
im making stuff with minecraft entity wizard rn T^T
... That's Bedrock, not Java
So like, that's literally a totally separate realm
The first thing you need to figure out is your platform - Bedrock or Java
it will be Java, thats what im working towards
Do you know Java?
what does that question mean
Do you know the programming language Java
We have tons of resources for new modders, but if you have that attitude toward learning then sorry, you'll never be able to do it
yeah im gonna learn by myself
cyas
i just feel like im bothering you for some reason haha
im confident i can figure it out
Yeah you probably won't. Why? Not because you're incapable. You're more than capable, as everybody else is. But, you don't have a good learning attitude from what I can see. I can show you some resources that can get you running, but only if you change your learning attitude.
!faq learnjava
(Result for "learn-java")
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/
thank you
You will need this step first - at least the basics - before you try modding
!faq javamodding
(Result for "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
After you learn some Java it gets way easier