Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "type": "minecraft:block",
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:alternatives",
- "children": [
- {
- "type": "minecraft:group",
- "children": [
- {
- "type": "minecraft:item",
- "name": "hempcraft:hemp_leaf",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": 3
- }
- ]
- },
- {
- "type": "minecraft:item",
- "name": "hempcraft:hemp_seeds",
- "functions": [
- {
- "function": "minecraft:set_count",
- "count": 2
- }
- ]
- }
- ],
- "conditions": [
- {
- "condition": "minecraft:block_state_property",
- "block": "hempcraft:hemp_crop",
- "properties": {
- "age": "7"
- }
- }
- ]
- },
- {
- "type": "minecraft:item",
- "name": "hempcraft:hemp_seeds"
- }
- ]
- }
- ]
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment