Skip to content

Commit

Permalink
Removed loot table from baby salmon
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusdeblaaij committed Jul 5, 2019
1 parent 2f908bc commit 287678c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 10 deletions.
19 changes: 14 additions & 5 deletions BreedableFish/out/bundled/behaviors/entities/salmon.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
"value": 2,
"max": 2
},
"minecraft:loot": {
"table": "loot_tables/entities/salmon_normal.json"
},
"minecraft:is_baby": {},
"minecraft:ageable": {
"duration": 600,
Expand Down Expand Up @@ -196,10 +193,22 @@
"baby_salmon"
]
},
"remove": {}
"remove": {
"component_groups": [
"scale_small",
"scale_normal",
"scale_large"
]
}
},
"minecraft:grown_up": {
"add": {},
"add": {
"component_groups": [
"scale_small",
"scale_normal",
"scale_large"
]
},
"remove": {
"component_groups": [
"baby_salmon"
Expand Down
19 changes: 14 additions & 5 deletions BreedableFish/packs/behaviors/entities/salmon.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@
"value": 2,
"max": 2
},
"minecraft:loot": {
"table": "loot_tables/entities/salmon_normal.json"
},
"minecraft:is_baby": {},
"minecraft:ageable": {
"duration": 600,
Expand Down Expand Up @@ -196,10 +193,22 @@
"baby_salmon"
]
},
"remove": {}
"remove": {
"component_groups": [
"scale_small",
"scale_normal",
"scale_large"
]
}
},
"minecraft:grown_up": {
"add": {},
"add": {
"component_groups": [
"scale_small",
"scale_normal",
"scale_large"
]
},
"remove": {
"component_groups": [
"baby_salmon"
Expand Down

0 comments on commit 287678c

Please sign in to comment.