Everything posted by endershadow
-
Hooking into event for *all* blocks without modifying base classes
in pull requests, you are able to modify base classes. that's how forge adds all of the abilities it adds. it modifies the original code. hence why you need to put minecraft forge in the jar file.
-
Drawing OpenGL in Physical World
lol
-
Hooking into event for *all* blocks without modifying base classes
it should. maybe you can add attributes to it to modify the speed of the player?
-
Hooking into event for *all* blocks without modifying base classes
you could make it so they add the block ID followed by the speed in the config.
-
Adding any Vanilla items to the Ore Dictionary
I like your profile pic. It's the character (I haven't watched the anime yet but an planning to soon) from Elfen Lied.
-
Need help teleporting player with a command and saving data to the player
You can also do player.setLocationAndUpdate(x, y, z) and it automatically uses the players yaw and pitch.
-
Need help teleporting player with a command and saving data to the player
I'm aware of how to teleport once in the player class, I've done it before, I just need to get a way to save data to the player.
-
Need help teleporting player with a command and saving data to the player
... why did I not think of that. On to the second problem, how do I save the location of the player at a certain point in time and then retrieve it later on? if needed, I can save it to a file and then read it from there, but I'd prefer to save it to NBT data.
-
Need help teleporting player with a command and saving data to the player
when they type a command.
-
adding villager currency
but that still doesn't help me make all trades useable with emeralds OR the money added by my mod.
-
adding villager currency
both
-
adding villager currency
I was hoping I wouldn't have to modify the base code. maybe forge can add a hook for that.
-
Need help teleporting player with a command and saving data to the player
But I only have access to ICommandSender
-
adding villager currency
does anyone know if there is a way to add another currency for villagers? I made a mod that adds money and would like to know if it's possible to add something like this.
-
Need help teleporting player with a command and saving data to the player
bump
-
Hooking into event for *all* blocks without modifying base classes
it would be better to extend the corresponding block class, and then replace the original block in Block.blocksList with the new one.
-
Hooking into event for *all* blocks without modifying base classes
I can help you with replacing vanilla blocks if you want.
-
Hooking into event for *all* blocks without modifying base classes
I think you can use reflection to replace the vanilla blocks with custom blocks, but that may cause incompatibilities with other mods if you change too much.
-
Help! With TileEntity Error
Where you do blockname = new BlockClassName (id, material)
-
Help! With TileEntity Error
It's a block id conflict try behaving the block id of one of them.
-
Help! With TileEntity Error
You too!
-
Help! With TileEntity Error
no problem. I've had my share of problems (and still do today) so I try to help as much as I can because it's so frustrating trying to get a mod to work when you're trying something new that you've never done before.
-
Help! With TileEntity Error
I'm not sure about that. I've never actually found a solution to that.
-
Help! With TileEntity Error
in onBlockPlacedBy() try swapping the postions of 2,3 and 4,5
-
Help! With TileEntity Error
what do you mean rendering backwards?
IPS spam blocked by CleanTalk.