Skip to content

Commit

Permalink
crate model, loot table changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Khazoda committed Aug 21, 2024
1 parent c478a8b commit cb7ab03
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
{
"function": "minecraft:copy_components",
"include": [
"basicstorage:crate_contents",
"minecraft:fire_resistant"
"basicstorage:crate_contents"
],
"source": "block_entity"
}
Expand Down
10 changes: 1 addition & 9 deletions src/main/resources/assets/basicstorage/models/item/crate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
{
"parent": "basicstorage:block/crate",
"overrides": [
{
"predicate": {
"basicstorage:has_items": 1
},
"model": "basicstorage:item/crate_filled"
}
]
"parent": "minecraft:builtin/entity"
}

12 changes: 12 additions & 0 deletions src/main/resources/assets/basicstorage/models/item/crate_old.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"parent": "basicstorage:block/crate",
"overrides": [
{
"predicate": {
"basicstorage:has_items": 1
},
"model": "basicstorage:item/crate_filled"
}
]
}

0 comments on commit cb7ab03

Please sign in to comment.