Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Bedrock_Miner

Forge Modder
  • Joined

  • Last visited

Everything posted by Bedrock_Miner

  1. Hi! I just wanted to ask where the World Generator/The OreGenerator is located in Minecraft Forge. I need to know, how the Diamond Ore is generated. On Minecraft Wiki you only can read how much Diamonds are in a Chunk, but not how they are created. I want to know all the parameters for the woeld generation: How often are how much blocks of ore generated in one chunk? (sorry for nooby question)
  2. Ok, I think I would do this with two different entities: Base (TileEntity) and the Flame (Particle) But thanks for your replies!
  3. Thanks for this fast reply Do I understand this correctly: You have particles which form the flame and another renderer for the base? Or are the particlea forming the base too?
  4. Hi! Does anyone of you know how the Nitor in Thaumcraft is rendered? I'm asking this because I can't see any model behind the rendering result, but it really looks three-dimensional. It can't be a single Image because if you look from side you can see the flame going up, which is not visible if you look from above.. Here is a picture from Thaumcraft Wiki http://static2.wikia.nocookie.net/__cb20130106183121/thaumcraft-3/images/0/05/Nitorblock.png[/img]
  5. Hello! I've got the same problem mentioned in this post: http://www.minecraftforge.net/forum/index.php/topic,15262.0.html But in my case it's not solved with adding --accessToken to the Arguments. What's wrong? Error log: My Arguments: --version 1.6 --tweakClass cpw.mods.fml.common.launcher.FMLTweaker --accessToken
  6. Thanks a lot, I think i can work with this.
  7. The problem is that I don't want to change base classes to stay compatible with other mods and these Enums are declared private.
  8. Well, I would like to stay compatible with other mods. Which way is the best for this? Other question: In which class is the armor claculated and is there any way of changing this?
  9. Is it possible to change the calculation of armor so that a Diamond armor for example only protects you from 40% of the damage instead of 80%? Can you change the protection Values of Vanilla Armor? I think there must be a way of doing this, because with the DivineRPG Mod it works. There a Diamond Armor only fills half of the Armor Bar.
  10. Its just me who's posting.. I now solved the problem. Final Code: ContainerMagicCrafting: ModSlotCrafting:
  11. OK, I solved it now, but I really don't understand y´why: I just put addPlayerInventory(inventoryPlayer); to the Top. Now it works.. Such a little problem But now, I got another Problem: If I do a shift klick, I craft as much Items as possible from the Item Count. But if I got maybe the Mana for 2 Items and the Items for 4, it will craft 4. How can I add a Control for the Mana when performing a Shiftklick?
  12. What a pity.. I thought, that there is another way.. But Thanks!
  13. My crafting table won't work (Click here!) so I started working at another part of My Mod. But now, I got another Problem: I want to give the Player some options to select with the Keys 1..9. If the player presses one, he'll get some potion effects, but the Items in the Inventory are damaged.. I used a client tick handler to control the Keys (look in the source). But from a client Tick Handler I have no access to the server Inventory. What should I do? Source: ClientTickHandler:
  14. I did some experiments and found out, that the crafted Items are placed in the craftMatrix, not in the Player's inventory. There the stacksize is reduced and the Item vanishes. How can I get the Items into the correct Inventory? I really don't know, which classes to change.
  15. Hi! I created a new crafting Table with new recipes which take Mana from the Player. Everything works fine except from one fact: If I perform a shift-klick to craft as much Items as possible, neither the Crafting result is placed in the Inventory of the player, nor the Mana is reduced by the specified amount. Only the Crafting-items are removed. Can anybody tell me, why? The Slot for the Crafting result: The Container: Write if you need more code!
  16. Thank you, I didn't know that before. @coolAlias: Thanks, it works now.. I added this code: I tried this before, but with this code, so I got casting-errors:
  17. You need to put the complete assets folder from your mcp into your final mod .zip-file. The Mod .zip-file should include: The mod's packages, the assets folder, the file mcmod.info and the file pack.mcmeta. (pack.mcmeta is not necessary, but you should use it to prevent errors)
  18. When I join a world (SP/MP) the Mana Bar shows a value of 0. When I perform an action to change the Mana it gets synchronized and shows the right value. This is the first time when "Mana received!" is printed out. I think, the PacketDispatcher is not started when I join or something else.
  19. It also works with == in all my earlier mods. But even if I change it it won't work.
  20. Hi! I made some Extended properties applied to EntityPlayer. Everything works, except from the problem, that on startup the client doesn't sync with the server. ExtendedProperties: ModPacket: ManaPacket: Initialization: The Value should Auto-sync on startup but it doesnt. How can this be fixed? (Write if i missed important classes)
  21. Thank you very much! The problem was that I created two different renderers...
  22. This doesn't work too with the same error.
  23. OK, I just added this to my Mod. I registered it with this code: MinecraftForgeClient.registerItemRenderer(ModBlock.magicCrafting.blockID, new RenderItemMagicCrafting(new RenderMagicCrafting(), new TileEntity())); And I get the following Error when the Item should be rendered in the Inventory: The Stacktrace points to this method in TileEntitySpecialRenderer: bindTexture is called in the Renderer like this: I really don't know, whats wrong. Write if you need more code.
  24. The page responds the following: This repository is temporarily unavailable. The backend storage is temporarily offline. Usually this means the storage server is undergoing maintenance. Please contact support if the problem persists. Can you give me the Code directly or send me another link?

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.