Everything posted by larsgerrits
-
[HELP] Positioning text above hotbar
- [HELP] Positioning text above hotbar
ScaledResolution has a constructor taking a Minecraft parameter. You can use it to create your own.- How can I create a display pillar block?
Your ItemStack variables in your TileEntity are static, which means they are shared between every instance of the TileEntity.- [1.11.2]Auto-repairing item
Well, he could use the tick event to count ticks, and do something like every 10-20 seconds, then go through World#loadedTileEntityList for each inventory loaded in the world. Might still be expensive, but better than doing it every tick for the entire world.- [1.11.2]Auto-repairing item
No, Item#onUpdate only works in your player inventory. You'd have to use a tick event to update the Item in the world or inside blocks.- [1.11.2]Auto-repairing item
Item#onUpdate is called every tick while the Item is in your inventory.- Storing Energy in ItemStack
Override Block#getDrops to return a List<ItemStack> containing an ItemStack with the NBT properties of the TileEntity. Be sure to delay the breaking of the Block by overriding Block#removedByPlayer to return true if willHarvest is true, and else return the result of the super method. Look at BlockFlowerPot for an example. Then in Block#onBlockPlacedBy set the NBT of the TIleEntity to the NBT of the ItemStack.- [1.11] Block with two properties?
I had this issue on another site once, and it resolved once I removed a Chrome extension related to pop-ups. Do you maybe have a Firefox (?) extension installed blocking it? Or try disabling each extension one-by-one and see if that fixes it.- Forums Migration/Upgrade
That'll just delay the spamming by 24 hours, and would be pretty annoying if you registered because you want help, and then have to wait 24 hours to make a topic. There shouldn't be any foreign-language posts here, as this is an English forum, and everybody should talk English here, so no need to worry about that. But I agree with you on the subject having to be ASCII only, however, the spammers will just change their posts to one with an ASCII-only subject. I agree, there have been spammers spamming posts on the forum for a couple of days in a row now, and when there isn't a mod/admin online to ban/remove them, they'll stay there until one comes online.- [HELP] Positioning text above hotbar
Dividing by 4 to get to the middle? Sounds a bit weird to me. Show the code where you try to do this.- Crash when opening Computercraft computer
Minecraft 1 7.10 is no longer supported by Forge. This post will most likely get locked when a mod/admin comes online.- i am haveing startup issues
This. Minecraft 1.6.4 is no longer supported by Forge, and this post will get closed when a mod/admin comes online.- [1.11] Block with two properties?
Does your block have 4 facings (like the furnace) or 6 (like the piston)? If you have 4 facings, you can add/subtract 4 to get the other value, if you need 6 you'd have to add 8. Or better, use bitwise operators (look at BlockOldLeaves for an example in Block#getStateFromMeta and Block#getMetaFromState).- Ender Wand???
Then he should've asked that in his original post.- [UNSOLVED][1.10.2]Need help with TESR and tileentity item
Don't register your ItemStack TESR in your renderTileEntityAt... Register it once in your ClientProxy, then inside the else block render the inventory block.- [UNSOLVED][1.10.2]Need help with TESR and tileentity item
- Mine Little Pony mod
A missing mcmod.info file isn't an error, so it should work fine. If it's something else that's wrong, what exactly is that?- Will switching between forge & vanilla corrupt anything?
If you don't have any mods that add new things, you should be fine switching between the two. But you should always make a backup before switching just in case.- Java Platform SE binary has stopped working
Something is adding -Xmx256M to your JVM options, probably the JAVA_OPTIONS environment variable. Delete it. Edit: wow...- Noob here. Downloaded mods not showing up in mod menu.
You downloaded JEI for Minecraft 1.10.2, while you are playing 1.11.2. Minecraft mods usually only work for 1 Minecraft version. JEI has a 1.11.2 version, you have to download that one for it to work.- Forums Migration/Upgrade
Since the migration, there's been a lot of spammers spamming the forums with spam posts. Does this have to do with the migration or is this just coincidental? Is there anything you could do to reduce the amount of spamming?- Unknown missing mods error
1.7.10 is no longer supported by Forge. This will most likely get closed once a mod/admin comes online.- Using ResourceLocation for files outside of jar resources.
In the Minecraft class.- Using a tool as a crafting ingredient, regardless of condition (damage) in 1.8
http://mcforge.readthedocs.io/en/latest/utilities/oredictionary/- Where to learn about power system
http://mcforge.readthedocs.io/en/latest/datastorage/capabilities/ Read it. Understand it. Implement it. - [HELP] Positioning text above hotbar
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.