Everything posted by Animefan8888
-
Why are people still coding for 1.7.10/1.8?
Because you are using an unsupported version of the game.
-
[SOLVED] Forge with MCP
You will have to ask elsewhere.
-
Block Teleporting Player Between Dimensions
Yes, but it is as simple as copying over the data from the previous player instance to the new one in the PlayerCloneEvent. I assume you mean one portal in the overworld/nether/end(whatever dimension you travel from to get to your dimension). Would I be correct in assuming that?
-
Block Teleporting Player Between Dimensions
This means you did not register the tile entity. However if you store this in a TileEntity it will only store it once for all players. So you should store it in the player as a capability instead.
-
How do objects like "PathNavigate" and many others persist across saves?
Capabilities just wrap around World Saved Data. However it may need to be an entity capability if it is something like the provided example.
-
Forge doesnt load up :( [ 1.8.9 ]
Try loading without any mods.
-
Forge doesnt load up :( [ 1.8.9 ]
Post your debug.log it will be found in your logs folder, if you don't have one post your latest.log
-
Forge doesnt load up :( [ 1.8.9 ]
Check the version of liteloader, but this sounds more like a lite loader problem than a forge problem.
-
Has Forge figured out a way to replace a method (not override)?
This is possible, but is not supported here and there are no tutorials. And ultimately the absolute last resort. You should just replace the entities with custom ones when they are spawned.
-
Gui on enitiy killed
You can't do this. No. Cool. Create a capability attach it to the player and it needs to contain at least an int for a timer. You will set the timer to the amount of ticks that you want the overlay to be rendered when the player kills an entity. And in the overlay event render it as long as the timer value is greater than 0. And in a client tick event decrement the timer variable in the client player. You may need to send a packet to the client when you detect that the player has killed an entity(not sure if it fires on both client and server).
-
1.7.10 Custom crafting recipes on the server side
1.7.10 is no longer supported on this forum, update to receive assistance.
-
why is registerItems and registerRenders events firing before preinit?
The modules added in java 9, ObjectHolder uses reflection to populate the variables.
-
List of Vanilla EventBus events
They will all be under a sub package called event or events in the forge code.
-
How to Create Custom Model Armor Without Programs
You can not make a custom set of armor without programming it.
-
How to Create Custom Model Armor Without Programs
I have no idea what you are trying to say.
-
Attaching A 3d Model To A Player
Minecraft#player since keybinds happen on the client.
-
Attaching A 3d Model To A Player
Which isnt that hard, forge has one for block models if you need to you can take a look at that. However if it renders on a button push it requires a little more code. Assuming on button push it needs to render for all players on the player who pushed the button this will require a capability and custom packets to sync the capability. However if not you could simply have a boolean accessible from your proxies. And render off of that.
-
[1.12.2]3D items models rendering differently in different slots
It has to do with the TileEntityItemStackRenderer implementation.
-
Can't set name of planks correctly
You will need a custom ItemBlock implementation which I assume you have because your block has metadata. There is where you will override the method I said above.
-
How many ticks equals one second?
Click here.
-
Can't set name of planks correctly
Override getUnlocalizedName(ItemStack) and base it off of the metadata. Then you will have to put multiple entries into your lang file.
-
will this work on server? if more than one person is to be used at the same time
Of course you could do a hash map and you can use a boolean in one, but you should instead have a capability attached to the player that stores all this then iterate through all the connected players and access the capability.
-
[1.12.2] Creating a throwable item that sticks in the ground, like an arrow
Step through it with your IDEs debugger and you'll be able to confirm if it is being spawned at all, or if it is rendering at all.
-
[1.12.2] Creating a throwable item that sticks in the ground, like an arrow
Not according to the crash report. "net.journey.entity.projectile.EntitySizzlingKnife.<init>(net.minecraft.world.World, net.minecraft.entity.EntityLivingBase, float, int)"
-
will this work on server? if more than one person is to be used at the same time
No because the server will only have one instance of jumpedUp, jumpedForward, canReset, and tick.
IPS spam blocked by CleanTalk.