Everything posted by Draco18s
-
How to know current block´s coordinates
Look for this magical function: public void updateTick You'll need to use that function do do any kind of continuous changes in your block. It gets passed a lot of parameters. Take a guess at what the integer ones are.
-
Custom hitbox for my mob
No idea. All I know about is this.setSize(width, height);
-
Custom hitbox for my mob
The bounding box is the hitbox. Minecraft doesn't distinguish between them as far as I know. For blocks there's a separate bounding box (where the player runs into it) and hit box (where the mouse can highlight the block), but this has to do with blocks that the player can walk through needing a collision box for interactions separate from the physics.
-
Forge troll me!
Your modID doesn't match your class name. Your class lacks an @Instance
- Texture issues
-
Texture issues
Your specific issue, no, because I am not sure what's going on.
-
Texture issues
This happens to me ALL THE TIME. I have had programs not work and then I'll do the (language equivalent of) System.out.println("I am a fish") and it'll work. Then I'll comment the line out and it'll break again.
-
Block acting strange with large metadata
It's called a Tile Entity.
-
Problem with configuration file
And everyone but you knows they don't match and why and have never had a problem with it. I did, actually.
-
Problem with configuration file
Or you could leave it well enough alone.
-
Problem with configuration file
So...so horribly out of date. Thaumcraft 3 isn't even in the same 1000s bracket that that lists it as. It's over in the 3000-3100 last I peeked. Except that other mods might not do that, leading to players going "WTF!!! ITS CRASHING BUT THE IDS ARE DIFFERENT! *RAGE*"
-
Problem with configuration file
And...might cause conflicts with other mods.
-
2 things I'd like to know for my mod.
1) NBT data on the itemstack 2) http://www.minecraftforge.net/forum/index.php/topic,8809.0.html
-
GUI problem
My guess: GUI is client side Entity is server side Entity variable ("nino") is null on client side because of client/server disparity (look up Packet Handlers).
-
Custom Mob and Textures? [Solved]
Which will fail as soon as you try to distribute your mod.
-
Need to know when game is pausing
This.
-
Need to know when game is pausing
Just out of curiosity: Why?
-
Custom Mob and Textures? [Solved]
Assuming that the "this.texture" is actually being used by the renderer (tip: not always) then you need to specify the source like this: this.texture = "/jordsta95/Mod/dragoone.png";
-
Ore/LiquidDictionary Problems (Please Make IT PLEASE)
You...are not going to find what you're looking for anywhere.
-
Ore/LiquidDictionary Problems (Please Make IT PLEASE)
I created my own block to test with. It didn't do anything, but I had a block called "Copper Ore" that I used to make sure that the event was firing and that the block ID was getting saved for later use. Very minor differences between 147 and 151 on Forge's end of things (i.e. the dictionary should work the same on both).
-
NBT help
He is not having that problem and I know it is an unhelpful suggestion as the problem he is actually having I've dealt with before. The client can't load the data values from the save (because it's a client) but the server isn't sending the info because he hasn't told it to.
-
Block creation throws ArrayOutOfBoundsException
Did you read why that returned as a positive result? Coming here for modloader support would be like going to Bukkit forums trying to code a forge mod. Sure, there's MCPC+ and Bukkitforge that provide cross-compatibility, but that doesn't mean that it's the right place to go for help. You're probably best off going here and reading the last FAQ question.
-
NBT help
It's because of a client-server disparity. You need to send a datapacket to all players with the information.
-
[CLARIFIED] Confused about Events
Should be able to. You'd have to make sure not to intercept your own events!
-
Block creation throws ArrayOutOfBoundsException
Still doesn't explain why you're asking on the FORGE forums on how to use MODLOADER. Forge != Modloader
IPS spam blocked by CleanTalk.