Start
just getting the modpack files in here, also added the following folders to git ignore inside the top level of the minecraft folder (the one with save files in it): /server-resource-packs/ /saves/ /schematics/ /screenshots/ /logs/ /.mixin.out/ /crash-reports/ usernamecache.json usercache.json Also I added the following file extensions to be considered "large" by the server as not to pollute diff history here are the commands I used to add these files: git lfs track "*.jar" git lfs track "*.zip" git lfs track "*.7z" git lfs track "*.gz" git lfs track "*.rar" git lfs track "*.tar" git lfs track "*.iso" git lfs track "*.png" git lfs track "*.jpg" git lfs track "*.jpeg" git lfs track "*.gif" git lfs track "*.bmp" git lfs track "*.tiff" git lfs track "*.svg" git lfs track "*.webp" git lfs track "*.mp3" git lfs track "*.wav" git lfs track "*.ogg" git lfs track "*.flac" git lfs track "*.aac" git lfs track "*.m4a" git lfs track "*.wma" git lfs track "*.mp4" git lfs track "*.mkv" git lfs track "*.avi" git lfs track "*.mov" git lfs track "*.webm" git lfs track "*.flv" git lfs track "*.wmv" git lfs track "*.psd" git lfs track "*.ai" git lfs track "*.pdf" git lfs track "*.mca" git lfs track "*.dat" git lfs track "*.dat_old"
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "singularity.avaritia.aluminum",
|
||||
"colors": [
|
||||
"caccda",
|
||||
"9a9ca6"
|
||||
],
|
||||
"timeRequired": 240,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"tag": "forge:ingots/aluminum",
|
||||
"type": "forge:tag_empty"
|
||||
}
|
||||
}
|
||||
],
|
||||
"ingredient": {
|
||||
"tag": "forge:ingots/aluminum"
|
||||
},
|
||||
"enabled": true,
|
||||
"recipeDisabled": false
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "singularity.avaritia.bronze",
|
||||
"colors": [
|
||||
"d99f43",
|
||||
"bb6b3b"
|
||||
],
|
||||
"timeRequired": 240,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"tag": "forge:ingots/bronze",
|
||||
"type": "forge:tag_empty"
|
||||
}
|
||||
}
|
||||
],
|
||||
"ingredient": {
|
||||
"tag": "forge:ingots/bronze"
|
||||
},
|
||||
"enabled": true,
|
||||
"recipeDisabled": false
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "singularity.avaritia.coal",
|
||||
"colors": [
|
||||
"363739",
|
||||
"261e24"
|
||||
],
|
||||
"timeRequired": 240,
|
||||
"ingredient": {
|
||||
"item": "minecraft:coal"
|
||||
},
|
||||
"enabled": true,
|
||||
"recipeDisabled": false
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "singularity.avaritia.copper",
|
||||
"colors": [
|
||||
"fa977c",
|
||||
"bc5430"
|
||||
],
|
||||
"timeRequired": 240,
|
||||
"ingredient": {
|
||||
"item": "minecraft:copper_ingot"
|
||||
},
|
||||
"enabled": true,
|
||||
"recipeDisabled": false
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "singularity.avaritia.diamond",
|
||||
"colors": [
|
||||
"a6fce9",
|
||||
"1aaca8"
|
||||
],
|
||||
"timeRequired": 240,
|
||||
"ingredient": {
|
||||
"item": "minecraft:diamond"
|
||||
},
|
||||
"enabled": true,
|
||||
"recipeDisabled": false
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "singularity.avaritia.electrum",
|
||||
"colors": [
|
||||
"f5f18e",
|
||||
"9e8d3e"
|
||||
],
|
||||
"timeRequired": 240,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"tag": "forge:ingots/electrum",
|
||||
"type": "forge:tag_empty"
|
||||
}
|
||||
}
|
||||
],
|
||||
"ingredient": {
|
||||
"tag": "forge:ingots/electrum"
|
||||
},
|
||||
"enabled": true,
|
||||
"recipeDisabled": false
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "singularity.avaritia.emerald",
|
||||
"colors": [
|
||||
"7df8ac",
|
||||
"8e1a"
|
||||
],
|
||||
"timeRequired": 240,
|
||||
"ingredient": {
|
||||
"item": "minecraft:emerald"
|
||||
},
|
||||
"enabled": true,
|
||||
"recipeDisabled": false
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "singularity.avaritia.glowstone",
|
||||
"colors": [
|
||||
"ffd38f",
|
||||
"a06135"
|
||||
],
|
||||
"timeRequired": 240,
|
||||
"ingredient": {
|
||||
"item": "minecraft:glowstone_dust"
|
||||
},
|
||||
"enabled": true,
|
||||
"recipeDisabled": false
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "singularity.avaritia.gold",
|
||||
"colors": [
|
||||
"fdf55f",
|
||||
"d98e04"
|
||||
],
|
||||
"timeRequired": 240,
|
||||
"ingredient": {
|
||||
"item": "minecraft:gold_ingot"
|
||||
},
|
||||
"enabled": true,
|
||||
"recipeDisabled": false
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "singularity.avaritia.invar",
|
||||
"colors": [
|
||||
"bcc5bb",
|
||||
"5d7877"
|
||||
],
|
||||
"timeRequired": 240,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"tag": "forge:ingots/invar",
|
||||
"type": "forge:tag_empty"
|
||||
}
|
||||
}
|
||||
],
|
||||
"ingredient": {
|
||||
"tag": "forge:ingots/invar"
|
||||
},
|
||||
"enabled": true,
|
||||
"recipeDisabled": false
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "singularity.avaritia.iron",
|
||||
"colors": [
|
||||
"e1e1e1",
|
||||
"6c6c6c"
|
||||
],
|
||||
"timeRequired": 240,
|
||||
"ingredient": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"enabled": true,
|
||||
"recipeDisabled": false
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "singularity.avaritia.lapis_lazuli",
|
||||
"colors": [
|
||||
"678dea",
|
||||
"1b53a7"
|
||||
],
|
||||
"timeRequired": 240,
|
||||
"ingredient": {
|
||||
"item": "minecraft:lapis_lazuli"
|
||||
},
|
||||
"enabled": true,
|
||||
"recipeDisabled": false
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "singularity.avaritia.lead",
|
||||
"colors": [
|
||||
"6c7d92",
|
||||
"323562"
|
||||
],
|
||||
"timeRequired": 240,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"tag": "forge:ingots/lead",
|
||||
"type": "forge:tag_empty"
|
||||
}
|
||||
}
|
||||
],
|
||||
"ingredient": {
|
||||
"tag": "forge:ingots/lead"
|
||||
},
|
||||
"enabled": true,
|
||||
"recipeDisabled": false
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "singularity.avaritia.netherite",
|
||||
"colors": [
|
||||
"443a3b",
|
||||
"1a1616"
|
||||
],
|
||||
"timeRequired": 240,
|
||||
"ingredient": {
|
||||
"item": "minecraft:netherite_ingot"
|
||||
},
|
||||
"enabled": true,
|
||||
"recipeDisabled": false
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "singularity.avaritia.nickel",
|
||||
"colors": [
|
||||
"e1d798",
|
||||
"b1976c"
|
||||
],
|
||||
"timeRequired": 240,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"tag": "forge:ingots/nickel",
|
||||
"type": "forge:tag_empty"
|
||||
}
|
||||
}
|
||||
],
|
||||
"ingredient": {
|
||||
"tag": "forge:ingots/nickel"
|
||||
},
|
||||
"enabled": true,
|
||||
"recipeDisabled": false
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "singularity.avaritia.osmium",
|
||||
"colors": [
|
||||
"e6eef7",
|
||||
"c0c4cd"
|
||||
],
|
||||
"timeRequired": 240,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"tag": "forge:ingots/osmium",
|
||||
"type": "forge:tag_empty"
|
||||
}
|
||||
}
|
||||
],
|
||||
"ingredient": {
|
||||
"tag": "forge:ingots/osmium"
|
||||
},
|
||||
"enabled": true,
|
||||
"recipeDisabled": false
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "singularity.avaritia.platinum",
|
||||
"colors": [
|
||||
"6feaef",
|
||||
"57b8bc"
|
||||
],
|
||||
"timeRequired": 240,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"tag": "forge:ingots/platinum",
|
||||
"type": "forge:tag_empty"
|
||||
}
|
||||
}
|
||||
],
|
||||
"ingredient": {
|
||||
"tag": "forge:ingots/platinum"
|
||||
},
|
||||
"enabled": true,
|
||||
"recipeDisabled": false
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "singularity.avaritia.redstone",
|
||||
"colors": [
|
||||
"ff0000",
|
||||
"8a0901"
|
||||
],
|
||||
"timeRequired": 240,
|
||||
"ingredient": {
|
||||
"item": "minecraft:redstone"
|
||||
},
|
||||
"enabled": true,
|
||||
"recipeDisabled": false
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "singularity.avaritia.refined_obsidian",
|
||||
"colors": [
|
||||
"a9a1b8",
|
||||
"8d78b7"
|
||||
],
|
||||
"timeRequired": 240,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"tag": "forge:ingots/refined_obsidian",
|
||||
"type": "forge:tag_empty"
|
||||
}
|
||||
}
|
||||
],
|
||||
"ingredient": {
|
||||
"tag": "forge:ingots/refined_obsidian"
|
||||
},
|
||||
"enabled": true,
|
||||
"recipeDisabled": false
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "singularity.avaritia.silver",
|
||||
"colors": [
|
||||
"c0cdd2",
|
||||
"5f6e7c"
|
||||
],
|
||||
"timeRequired": 240,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"tag": "forge:ingots/silver",
|
||||
"type": "forge:tag_empty"
|
||||
}
|
||||
}
|
||||
],
|
||||
"ingredient": {
|
||||
"tag": "forge:ingots/silver"
|
||||
},
|
||||
"enabled": true,
|
||||
"recipeDisabled": false
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "singularity.avaritia.steel",
|
||||
"colors": [
|
||||
"565656",
|
||||
"232323"
|
||||
],
|
||||
"timeRequired": 240,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"tag": "forge:ingots/steel",
|
||||
"type": "forge:tag_empty"
|
||||
}
|
||||
}
|
||||
],
|
||||
"ingredient": {
|
||||
"tag": "forge:ingots/steel"
|
||||
},
|
||||
"enabled": true,
|
||||
"recipeDisabled": false
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "singularity.avaritia.tin",
|
||||
"colors": [
|
||||
"a0bebd",
|
||||
"527889"
|
||||
],
|
||||
"timeRequired": 240,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"tag": "forge:ingots/tin",
|
||||
"type": "forge:tag_empty"
|
||||
}
|
||||
}
|
||||
],
|
||||
"ingredient": {
|
||||
"tag": "forge:ingots/tin"
|
||||
},
|
||||
"enabled": true,
|
||||
"recipeDisabled": false
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "singularity.avaritia.uranium",
|
||||
"colors": [
|
||||
"d2f9d1",
|
||||
"a6c5a4"
|
||||
],
|
||||
"timeRequired": 240,
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:not",
|
||||
"value": {
|
||||
"tag": "forge:ingots/uranium",
|
||||
"type": "forge:tag_empty"
|
||||
}
|
||||
}
|
||||
],
|
||||
"ingredient": {
|
||||
"tag": "forge:ingots/uranium"
|
||||
},
|
||||
"enabled": true,
|
||||
"recipeDisabled": false
|
||||
}
|
Reference in New Issue
Block a user