You've already forked minecraft-assets
Create/Update assets for version 18w50a
This commit is contained in:
@@ -210,6 +210,22 @@
|
||||
"type": "minecraft:drowned"
|
||||
}
|
||||
}
|
||||
},
|
||||
"minecraft:pillager": {
|
||||
"trigger": "minecraft:player_killed_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "minecraft:pillager"
|
||||
}
|
||||
}
|
||||
},
|
||||
"minecraft:illager_beast": {
|
||||
"trigger": "minecraft:player_killed_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "minecraft:illager_beast"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
@@ -284,6 +300,12 @@
|
||||
],
|
||||
[
|
||||
"minecraft:drowned"
|
||||
],
|
||||
[
|
||||
"minecraft:pillager"
|
||||
],
|
||||
[
|
||||
"minecraft:illager_beast"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user