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.

scorpiathepro

Members
  • Joined

  • Last visited

  1. I want to drop a loot when you throw an egg in my forge 1.19 mod. What condition can I use to make the item drop when you throw an egg? I all ready tried this { "type": "scorpiamod:add_item", "conditions": [ { "condition": "minecraft:entity_properties", "entity": "this", "predicate": { "type": "minecraft:egg" } } ], "item": "scorpiamod:egg_shell" } And I'm wondering how you can drop more than one in a loot_modifier item since only one item is dropped in my code. { "type": "scorpiamod:add_item", "conditions": [ { "condition": "minecraft:killed_by_player" }, { "condition": "entity_properties", "entity": "this", "predicate": { "type": "minecraft:ender_dragon" } } ], "functions": [ { "function": "set_count", "count": { "min": 3, "max": 5 } } ], "item": "scorpiamod:dragon_shell" }
  2. I have added new iron bars to Minecraft modding with Forge, called "Spawner Bars". I have already registered them in my BlockItem class. I have copied the blockstates and models/blocks files from Minecraft, renamed them to the correct name, and added my mod ID. I have redistributed it in en_us file and added a texture. Although I can see the texture in my inventory, when I place the Spawner Bars, I only see them in the correct shape but without the texture. How can I solve this problem?

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.