Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/NillerMedDild/Enigmatica6
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
NielsPilgaard committed Feb 23, 2021
2 parents 24c93c2 + 4beaa3d commit 456745b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions kubejs/data/artifacts/loot_tables/entities/mimic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"pools": [
{
"name": "main",
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "artifacts:artifact"
}
]
},
{
"name": "mimicube",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "alexsmobs:mimicream",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": -1,
"max": 1
}
}
]
}
]
}
]
}

0 comments on commit 456745b

Please sign in to comment.