Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "type": "hexcraft:add_item",
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:alternatives",
- "children": [
- {
- "type": "minecraft:item",
- "name": "hexcraft:aerpine_seeds",
- "conditions": [
- {
- "condition": "minecraft:block_state_property",
- "block": "minecraft:grass",
- "properties": {}
- }
- ]
- },
- {
- "type": "minecraft:item",
- "name": "hexcraft:belladonna_seeds",
- "conditions": [
- {
- "condition": "minecraft:block_state_property",
- "block": "minecraft:grass",
- "properties": {}
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement