Create/Update assets for version 19w36a

This commit is contained in:
InventiveBot
2019-09-05 09:57:38 +00:00
parent 5f3ebec498
commit 9f58778625
1267 changed files with 50948 additions and 20600 deletions

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:adventure/voluntary_exile",
"display": {
"icon": {
"item": "minecraft:white_banner",
"nbt": "{BlockEntityTag:{Patterns:[{Color:9,Pattern:\"mr\"},{Color:8,Pattern:\"bs\"},{Color:7,Pattern:\"cs\"},{Color:8,Pattern:\"bo\"},{Color:15,Pattern:\"ms\"},{Color:8,Pattern:\"hh\"},{Color:8,Pattern:\"mc\"},{Color:15,Pattern:\"bo\"}]},display:{Name:\u0027{\"color\":\"gold\",\"translate\":\"block.minecraft.ominous_banner\"}\u0027}}"
},
"title": {
"translate": "advancements.adventure.hero_of_the_village.title"
},
"description": {
"translate": "advancements.adventure.hero_of_the_village.description"
},
"frame": "challenge",
"show_toast": true,
"announce_to_chat": true,
"hidden": true
},
"rewards": {
"experience": 100
},
"criteria": {
"hero_of_the_village": {
"trigger": "minecraft:hero_of_the_village"
}
},
"requirements": [
[
"hero_of_the_village"
]
]
}

View File

@@ -0,0 +1,40 @@
{
"parent": "minecraft:adventure/root",
"display": {
"icon": {
"item": "minecraft:white_banner",
"nbt": "{BlockEntityTag:{Patterns:[{Color:9,Pattern:\"mr\"},{Color:8,Pattern:\"bs\"},{Color:7,Pattern:\"cs\"},{Color:8,Pattern:\"bo\"},{Color:15,Pattern:\"ms\"},{Color:8,Pattern:\"hh\"},{Color:8,Pattern:\"mc\"},{Color:15,Pattern:\"bo\"}]},display:{Name:\u0027{\"color\":\"gold\",\"translate\":\"block.minecraft.ominous_banner\"}\u0027}}"
},
"title": {
"translate": "advancements.adventure.voluntary_exile.title"
},
"description": {
"translate": "advancements.adventure.voluntary_exile.description"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": true
},
"criteria": {
"voluntary_exile": {
"trigger": "minecraft:player_killed_entity",
"conditions": {
"entity": {
"type": "#minecraft:raiders",
"equipment": {
"head": {
"item": "minecraft:white_banner",
"nbt": "{BlockEntityTag:{Patterns:[{Color:9,Pattern:\"mr\"},{Color:8,Pattern:\"bs\"},{Color:7,Pattern:\"cs\"},{Color:8,Pattern:\"bo\"},{Color:15,Pattern:\"ms\"},{Color:8,Pattern:\"hh\"},{Color:8,Pattern:\"mc\"},{Color:15,Pattern:\"bo\"}]},display:{Name:\u0027{\"color\":\"gold\",\"translate\":\"block.minecraft.ominous_banner\"}\u0027}}"
}
}
}
}
}
},
"requirements": [
[
"voluntary_exile"
]
]
}

View File

@@ -322,6 +322,14 @@
"item": "minecraft:sweet_berries"
}
}
},
"honey_bottle": {
"trigger": "minecraft:consume_item",
"conditions": {
"item": {
"item": "minecraft:honey_bottle"
}
}
}
},
"requirements": [
@@ -438,6 +446,9 @@
],
[
"sweet_berries"
],
[
"honey_bottle"
]
]
}

View File

@@ -130,6 +130,14 @@
"type": "minecraft:fox"
}
}
},
"minecraft:bee": {
"trigger": "minecraft:bred_animals",
"conditions": {
"parent": {
"type": "minecraft:bee"
}
}
}
},
"requirements": [
@@ -174,6 +182,9 @@
],
[
"minecraft:fox"
],
[
"minecraft:bee"
]
]
}

View File

@@ -23,33 +23,32 @@
"trigger": "minecraft:effects_changed",
"conditions": {
"effects": {
"minecraft:speed": {},
"minecraft:hero_of_the_village": {},
"minecraft:dolphins_grace": {},
"minecraft:water_breathing": {},
"minecraft:night_vision": {},
"minecraft:glowing": {},
"minecraft:nausea": {},
"minecraft:regeneration": {},
"minecraft:haste": {},
"minecraft:dolphins_grace": {},
"minecraft:invisibility": {},
"minecraft:jump_boost": {},
"minecraft:levitation": {},
"minecraft:slow_falling": {},
"minecraft:weakness": {},
"minecraft:saturation": {},
"minecraft:fire_resistance": {},
"minecraft:absorption": {},
"minecraft:bad_omen": {},
"minecraft:mining_fatigue": {},
"minecraft:poison": {},
"minecraft:blindness": {},
"minecraft:resistance": {},
"minecraft:wither": {},
"minecraft:slowness": {},
"minecraft:hunger": {},
"minecraft:nausea": {},
"minecraft:fire_resistance": {},
"minecraft:slowness": {},
"minecraft:strength": {},
"minecraft:slow_falling": {},
"minecraft:blindness": {},
"minecraft:poison": {},
"minecraft:haste": {},
"minecraft:conduit_power": {},
"minecraft:invisibility": {}
"minecraft:hero_of_the_village": {},
"minecraft:weakness": {},
"minecraft:wither": {},
"minecraft:regeneration": {},
"minecraft:absorption": {},
"minecraft:mining_fatigue": {},
"minecraft:resistance": {},
"minecraft:speed": {},
"minecraft:bad_omen": {},
"minecraft:water_breathing": {},
"minecraft:glowing": {}
}
}
}

View File

@@ -23,19 +23,19 @@
"trigger": "minecraft:effects_changed",
"conditions": {
"effects": {
"minecraft:speed": {},
"minecraft:water_breathing": {},
"minecraft:night_vision": {},
"minecraft:invisibility": {},
"minecraft:jump_boost": {},
"minecraft:poison": {},
"minecraft:weakness": {},
"minecraft:regeneration": {},
"minecraft:resistance": {},
"minecraft:jump_boost": {},
"minecraft:speed": {},
"minecraft:fire_resistance": {},
"minecraft:slowness": {},
"minecraft:strength": {},
"minecraft:slow_falling": {},
"minecraft:weakness": {},
"minecraft:invisibility": {},
"minecraft:fire_resistance": {}
"minecraft:water_breathing": {},
"minecraft:slow_falling": {}
}
}
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:bee_hive"
]
},
"criteria": {
"has_honeycomb": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:honeycomb"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:bee_hive"
}
}
},
"requirements": [
[
"has_honeycomb",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:sugar_from_honey_bottle"
]
},
"criteria": {
"has_honey_bottle": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:honey_bottle"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:sugar_from_honey_bottle"
}
}
},
"requirements": [
[
"has_honey_bottle",
"has_the_recipe"
]
]
}

View File

@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:sugar_from_sugar_cane"
]
},
"criteria": {
"has_reeds": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:sugar_cane"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:sugar_from_sugar_cane"
}
}
},
"requirements": [
[
"has_reeds",
"has_the_recipe"
]
]
}

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

@@ -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"
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"PPP",
"HHH",
"PPP"
],
"key": {
"P": {
"tag": "minecraft:planks"
},
"H": {
"item": "minecraft:honeycomb"
}
},
"result": {
"item": "minecraft:bee_hive"
}
}

View File

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

View File

@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"group": "sugar",
"ingredients": [
{
"item": "minecraft:honey_bottle"
}
],
"result": {
"item": "minecraft:sugar",
"count": 3
}
}

View File

@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"group": "sugar",
"ingredients": [
{
"item": "minecraft:sugar_cane"
}
],
"result": {
"item": "minecraft:sugar"
}
}

Some files were not shown because too many files have changed in this diff Show More