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",
|
"type": "minecraft:item",
|
||||||
"name": "gtceu:fayalite_gem",
|
"name": "gtceu:ruby_gem",
|
||||||
"weight": 50,
|
"weight": 50,
|
||||||
"functions": [
|
"functions": [
|
||||||
{
|
{
|
||||||
"add": false,
|
"add": false,
|
||||||
"count": {
|
"count": {
|
||||||
"type": "minecraft:uniform",
|
"type": "minecraft:uniform",
|
||||||
"max": 5,
|
"max": 10,
|
||||||
"min": 1
|
"min": 1
|
||||||
},
|
},
|
||||||
"function": "minecraft:set_count"
|
"function": "minecraft:set_count"
|
||||||
|
|
@ -397,14 +397,14 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"name": "gtceu:diopside_gem",
|
"name": "minecraft:quartz",
|
||||||
"weight": 50,
|
"weight": 50,
|
||||||
"functions": [
|
"functions": [
|
||||||
{
|
{
|
||||||
"add": false,
|
"add": false,
|
||||||
"count": {
|
"count": {
|
||||||
"type": "minecraft:uniform",
|
"type": "minecraft:uniform",
|
||||||
"max": 5,
|
"max": 10,
|
||||||
"min": 1
|
"min": 1
|
||||||
},
|
},
|
||||||
"function": "minecraft:set_count"
|
"function": "minecraft:set_count"
|
||||||
|
|
@ -413,14 +413,14 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"name": "gtceu:enstatite_gem",
|
"name": "gtceu:quartzite_gem",
|
||||||
"weight": 50,
|
"weight": 50,
|
||||||
"functions": [
|
"functions": [
|
||||||
{
|
{
|
||||||
"add": false,
|
"add": false,
|
||||||
"count": {
|
"count": {
|
||||||
"type": "minecraft:uniform",
|
"type": "minecraft:uniform",
|
||||||
"max": 5,
|
"max": 10,
|
||||||
"min": 1
|
"min": 1
|
||||||
},
|
},
|
||||||
"function": "minecraft:set_count"
|
"function": "minecraft:set_count"
|
||||||
|
|
|
||||||
|
|
@ -2,35 +2,6 @@
|
||||||
|
|
||||||
const registerAdAstraMaterials = (event) => {
|
const registerAdAstraMaterials = (event) => {
|
||||||
|
|
||||||
// #region moon ores
|
|
||||||
|
|
||||||
event.create('diopside')
|
|
||||||
.gem(2)
|
|
||||||
.components('1x magnesium', '1x calcium', '2x silicon', '6x oxygen')
|
|
||||||
.color(0xb7cca1)
|
|
||||||
.secondaryColor(0x26631b)
|
|
||||||
.iconSet(GTMaterialIconSet.getByName('tfc_amethyst'))
|
|
||||||
.ore()
|
|
||||||
.addOreByproducts('magnesium', 'magnetite', 'olivine')
|
|
||||||
|
|
||||||
event.create('enstatite')
|
|
||||||
.gem(2)
|
|
||||||
.components('2x magnesium', '2x silicon', '6x oxygen')
|
|
||||||
.color(0x595813)
|
|
||||||
.secondaryColor(0x47380a)
|
|
||||||
.iconSet(GTMaterialIconSet.getByName('tfc_opal'))
|
|
||||||
.ore()
|
|
||||||
.addOreByproducts('olivine', 'olivine', 'magnetite')
|
|
||||||
|
|
||||||
event.create('fayalite')
|
|
||||||
.gem(2)
|
|
||||||
.components('2x iron', '1x silicon', '4x oxygen')
|
|
||||||
.color(0x421209)
|
|
||||||
.secondaryColor(0x3b4710)
|
|
||||||
.iconSet(GTMaterialIconSet.getByName('tfc_topaz'))
|
|
||||||
.ore()
|
|
||||||
.addOreByproducts('olivine', 'magnetite', 'magnetite')
|
|
||||||
|
|
||||||
event.create('armalcolite')
|
event.create('armalcolite')
|
||||||
.gem(2)
|
.gem(2)
|
||||||
.components('1x magnesium', '1x rutile', '1x ilmenite')
|
.components('1x magnesium', '1x rutile', '1x ilmenite')
|
||||||
|
|
@ -40,8 +11,6 @@ const registerAdAstraMaterials = (event) => {
|
||||||
.ore()
|
.ore()
|
||||||
.addOreByproducts('rutile', 'rutile', 'ilmenite')
|
.addOreByproducts('rutile', 'rutile', 'ilmenite')
|
||||||
|
|
||||||
// #endregion
|
|
||||||
|
|
||||||
// #region ad astra ores
|
// #region ad astra ores
|
||||||
|
|
||||||
// moon
|
// moon
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue