Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- }
- "type": "minecraft:condition",
- "if_true": {
- "type": "minecraft:biome",
- "biome_is": [
- "monsterfood:cloud_barrens"
- ]
- },
- "then_run": {
- "type": "minecraft:sequence",
- "sequence": [
- {
- "type": "minecraft:condition",
- "if_true": {
- "type": "minecraft:stone_depth",
- "offset": 0,
- "surface_type": "floor",
- "add_surface_depth": false,
- "secondary_depth_range": 0
- },
- "then_run": {
- "type": "minecraft:block",
- "result_state": {
- "Name": "minecraft:grass_block"
- }
- }
- },
- {
- "type": "minecraft:condition",
- "if_true": {
- "type": "minecraft:stone_depth",
- "offset": 0,
- "surface_type": "floor",
- "add_surface_depth": true,
- "secondary_depth_range": 0
- },
- "then_run": {
- "type": "minecraft:block",
- "result_state": {
- "Name": "minecraft:dirt",
- "Properties": {
- "snowy": "false"
- }
- }
- }
- },
- {
- "type": "minecraft:condition",
- "if_true": {
- "type": "minecraft:stone_depth",
- "offset": 1,
- "surface_type": "floor",
- "add_surface_depth": true,
- "secondary_depth_range": 1
- },
- "then_run": {
- "type": "minecraft:block",
- "result_state": {
- "Name": "monsterfood:infused_cloud",
- "Properties": {
- "snowy": "false"
- }
- }
- }
- }
- ]
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement