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.

Just A Normal User

Members
  • Joined

  • Last visited

Everything posted by Just A Normal User

  1. Thank you, i have found it out, the problem was, that i have named the block item for the crop not like the (crop) Block. Now it works flawlessly.
  2. Hello Comunity, I have a problem with Crop block drops, everything works exept for the loot (other block loots work for me). Here is the code of the .json file for the block drop from the Crop. The files named is "block_crop_strawberry.json", that is the name of the Crop itsself, and there is an item for the crop, called item_crop_strawberry. Thanks A lot for your help { "type": "minecraft:block", "pools": [ { "rolls": 1.0, "entries": [ { "type": "minecraft:alternatives", "children": [ { "type": "minecraft:item", "conditions": [ { "condition": "minecraft:block_state_property", "block": "neworesmod:block_crop_strawberry", "properties": { "age": "7" } } ], "name": "neworesmod:block_crop_strawberry" }, { "type": "minecraft:item", "name": "neworesmod:item_crop_strawberry" } ] } ] }, { "rolls": 1.0, "entries": [ { "type": "minecraft:item", "functions": [ { "function": "minecraft:apply_bonus", "enchantment": "minecraft:fortune", "formula": "minecraft:binomial_with_bonus_count", "parameters": { "extra": 3, "probability": 0.5714286 } } ], "name": "neworesmod:item_crop_strawberry" } ], "conditions": [ { "condition": "minecraft:block_state_property", "block": "neworesmod:block_crop_strawberry", "properties": { "age": "7" } } ] } ], "functions": [ { "function": "minecraft:explosion_decay" } ] }

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.