removed dioside, fayalite, enstatite
This commit is contained in:
parent
d362e73055
commit
f46962f689
2 changed files with 6 additions and 37 deletions
|
|
@ -381,14 +381,14 @@
|
|||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "gtceu:fayalite_gem",
|
||||
"name": "gtceu:ruby_gem",
|
||||
"weight": 50,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 5,
|
||||
"max": 10,
|
||||
"min": 1
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
|
|
@ -397,14 +397,14 @@
|
|||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "gtceu:diopside_gem",
|
||||
"name": "minecraft:quartz",
|
||||
"weight": 50,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 5,
|
||||
"max": 10,
|
||||
"min": 1
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
|
|
@ -413,14 +413,14 @@
|
|||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "gtceu:enstatite_gem",
|
||||
"name": "gtceu:quartzite_gem",
|
||||
"weight": 50,
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 5,
|
||||
"max": 10,
|
||||
"min": 1
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue