You've already forked minecraft-assets
Create/Update assets for version 19w37a
This commit is contained in:
58
data/minecraft/loot_tables/blocks/bee_hive.json
Normal file
58
data/minecraft/loot_tables/blocks/bee_hive.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
49
data/minecraft/loot_tables/blocks/bee_nest.json
Normal file
49
data/minecraft/loot_tables/blocks/bee_nest.json
Normal 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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:air"
|
||||
"name": "minecraft:seagrass"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
3
data/minecraft/loot_tables/entities/bee.json
Normal file
3
data/minecraft/loot_tables/entities/bee.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"type": "minecraft:entity"
|
||||
}
|
||||
Reference in New Issue
Block a user