Create/Update assets for version 19w37a

This commit is contained in:
InventiveBot
2019-09-14 12:34:49 +00:00
parent 8742080b63
commit c6d7b05e2d
1293 changed files with 165160 additions and 21145 deletions

View File

@@ -0,0 +1,58 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
],
"functions": [
{
"function": "minecraft:copy_nbt",
"source": "block_entity",
"ops": [
{
"source": "Bees",
"target": "BlockEntityTag.Bees",
"op": "replace"
}
]
},
{
"function": "minecraft:copy_state",
"block": "minecraft:bee_hive",
"properties": [
"honey_level"
]
}
],
"name": "minecraft:bee_hive"
},
{
"type": "minecraft:item",
"name": "minecraft:bee_hive"
}
]
}
]
}
]
}

View File

@@ -0,0 +1,49 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:copy_nbt",
"source": "block_entity",
"ops": [
{
"source": "Bees",
"target": "BlockEntityTag.Bees",
"op": "replace"
}
]
},
{
"function": "minecraft:copy_state",
"block": "minecraft:bee_nest",
"properties": [
"honey_level"
]
}
],
"name": "minecraft:bee_nest"
}
],
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
]
}
]
}

View File

@@ -5,16 +5,41 @@
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:fern"
}
],
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"item": "minecraft:shears"
}
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"item": "minecraft:shears"
}
}
],
"name": "minecraft:fern"
},
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:survives_explosion"
},
{
"condition": "minecraft:block_state_property",
"block": "minecraft:large_fern",
"properties": {
"half": "lower"
}
},
{
"condition": "minecraft:random_chance",
"chance": 0.125
}
],
"name": "minecraft:wheat_seeds"
}
]
}
]
}

View File

@@ -6,7 +6,7 @@
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:air"
"name": "minecraft:seagrass"
}
],
"conditions": [

View File

@@ -91,7 +91,14 @@
"function": "minecraft:set_stew_effect",
"effects": [
{
"type": "minecraft:speed",
"type": "minecraft:blindness",
"duration": {
"min": 5.0,
"max": 7.0
}
},
{
"type": "minecraft:night_vision",
"duration": {
"min": 7.0,
"max": 10.0
@@ -105,10 +112,10 @@
}
},
{
"type": "minecraft:weakness",
"type": "minecraft:saturation",
"duration": {
"min": 6.0,
"max": 8.0
"min": 7.0,
"max": 10.0
}
},
{
@@ -119,17 +126,10 @@
}
},
{
"type": "minecraft:saturation",
"type": "minecraft:weakness",
"duration": {
"min": 7.0,
"max": 10.0
}
},
{
"type": "minecraft:blindness",
"duration": {
"min": 5.0,
"max": 7.0
"min": 6.0,
"max": 8.0
}
}
]

View File

@@ -0,0 +1,3 @@
{
"type": "minecraft:entity"
}