Less chance for overworld TR loot and made in configurable. CLoses #1572

This commit is contained in:
drcrazy 2018-08-10 15:33:59 +03:00
parent c3979610a9
commit d37f52a0ce
14 changed files with 110 additions and 114 deletions

View file

@ -2,16 +2,13 @@
"pools": [
{
"name": "techreborn",
"rolls": {
"min": 1,
"max": 3
},
"rolls": 1,
"entries": [
{
"type": "item",
"name": "techreborn:ingot",
"entryName": "bronze_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -30,7 +27,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "copper_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -49,7 +46,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "lead_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -68,7 +65,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "silver_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -87,7 +84,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "tin_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -106,7 +103,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "refined_iron_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -125,7 +122,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "advanced_alloy_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -144,7 +141,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "mixed_metal_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -163,7 +160,7 @@
"type": "item",
"name": "techreborn:machine_frame",
"entryName": "basic_frame",
"weight": 30,
"weight": 5,
"functions": [
{
"function": "set_data",
@ -173,9 +170,9 @@
},
{
"type": "item",
"name": "techreborn:machine_frame",
"name": "techreborn:part",
"entryName": "basic_circuit",
"weight": 30,
"weight": 5,
"functions": [
{
"function": "set_data",
@ -185,7 +182,7 @@
},
{
"type": "empty",
"weight": 20
"weight": 50
}
]
}

View file

@ -2,16 +2,13 @@
"pools": [
{
"name": "techreborn",
"rolls": {
"min": 1,
"max": 3
},
"rolls": 1,
"entries": [
{
"type": "item",
"name": "techreborn:ingot",
"entryName": "bronze_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -30,7 +27,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "copper_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -49,7 +46,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "lead_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -68,7 +65,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "silver_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -87,7 +84,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "tin_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -106,7 +103,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "refined_iron_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -125,7 +122,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "advanced_alloy_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -144,7 +141,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "mixed_metal_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -163,7 +160,7 @@
"type": "item",
"name": "techreborn:machine_frame",
"entryName": "basic_frame",
"weight": 30,
"weight": 5,
"functions": [
{
"function": "set_data",
@ -173,9 +170,9 @@
},
{
"type": "item",
"name": "techreborn:machine_frame",
"name": "techreborn:part",
"entryName": "basic_circuit",
"weight": 30,
"weight": 5,
"functions": [
{
"function": "set_data",
@ -185,7 +182,7 @@
},
{
"type": "empty",
"weight": 20
"weight": 50
}
]
}

View file

@ -173,7 +173,7 @@
},
{
"type": "item",
"name": "techreborn:machine_frame",
"name": "techreborn:part",
"entryName": "energy_flow_circuit",
"weight": 30,
"functions": [

View file

@ -2,16 +2,13 @@
"pools": [
{
"name": "techreborn",
"rolls": {
"min": 1,
"max": 3
},
"rolls": 1,
"entries": [
{
"type": "item",
"name": "techreborn:ingot",
"entryName": "bronze_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -30,7 +27,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "copper_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -49,7 +46,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "lead_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -68,7 +65,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "silver_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -87,7 +84,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "tin_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -106,7 +103,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "refined_iron_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -125,7 +122,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "advanced_alloy_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -144,7 +141,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "mixed_metal_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -163,7 +160,7 @@
"type": "item",
"name": "techreborn:machine_frame",
"entryName": "basic_frame",
"weight": 30,
"weight": 5,
"functions": [
{
"function": "set_data",
@ -173,9 +170,9 @@
},
{
"type": "item",
"name": "techreborn:machine_frame",
"name": "techreborn:part",
"entryName": "basic_circuit",
"weight": 30,
"weight": 5,
"functions": [
{
"function": "set_data",
@ -185,7 +182,7 @@
},
{
"type": "empty",
"weight": 20
"weight": 50
}
]
}

View file

@ -2,16 +2,13 @@
"pools": [
{
"name": "techreborn",
"rolls": {
"min": 1,
"max": 3
},
"rolls": 1,
"entries": [
{
"type": "item",
"name": "techreborn:ingot",
"entryName": "bronze_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -30,7 +27,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "copper_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -49,7 +46,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "lead_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -68,7 +65,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "silver_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -87,7 +84,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "tin_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -106,7 +103,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "refined_iron_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -125,7 +122,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "advanced_alloy_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -144,7 +141,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "mixed_metal_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -163,7 +160,7 @@
"type": "item",
"name": "techreborn:machine_frame",
"entryName": "basic_frame",
"weight": 30,
"weight": 5,
"functions": [
{
"function": "set_data",
@ -173,9 +170,9 @@
},
{
"type": "item",
"name": "techreborn:machine_frame",
"name": "techreborn:part",
"entryName": "basic_circuit",
"weight": 30,
"weight": 5,
"functions": [
{
"function": "set_data",
@ -185,7 +182,7 @@
},
{
"type": "empty",
"weight": 20
"weight": 50
}
]
}

View file

@ -166,7 +166,7 @@
},
{
"type": "item",
"name": "techreborn:machine_frame",
"name": "techreborn:part",
"entryName": "data_storage_circuit",
"weight": 15,
"functions": [

View file

@ -2,16 +2,13 @@
"pools": [
{
"name": "techreborn",
"rolls": {
"min": 1,
"max": 3
},
"rolls": 1,
"entries": [
{
"type": "item",
"name": "techreborn:ingot",
"entryName": "bronze_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -30,7 +27,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "copper_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -49,7 +46,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "lead_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -68,7 +65,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "silver_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -87,7 +84,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "tin_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -106,7 +103,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "refined_iron_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -125,7 +122,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "advanced_alloy_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -144,7 +141,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "mixed_metal_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -163,7 +160,7 @@
"type": "item",
"name": "techreborn:machine_frame",
"entryName": "basic_frame",
"weight": 30,
"weight": 5,
"functions": [
{
"function": "set_data",
@ -173,9 +170,9 @@
},
{
"type": "item",
"name": "techreborn:machine_frame",
"name": "techreborn:part",
"entryName": "basic_circuit",
"weight": 30,
"weight": 5,
"functions": [
{
"function": "set_data",
@ -185,7 +182,7 @@
},
{
"type": "empty",
"weight": 20
"weight": 50
}
]
}

View file

@ -166,7 +166,7 @@
},
{
"type": "item",
"name": "techreborn:machine_frame",
"name": "techreborn:part",
"entryName": "data_storage_circuit",
"weight": 15,
"functions": [

View file

@ -166,7 +166,7 @@
},
{
"type": "item",
"name": "techreborn:machine_frame",
"name": "techreborn:part",
"entryName": "data_storage_circuit",
"weight": 15,
"functions": [

View file

@ -166,7 +166,7 @@
},
{
"type": "item",
"name": "techreborn:machine_frame",
"name": "techreborn:part",
"entryName": "data_storage_circuit",
"weight": 15,
"functions": [

View file

@ -2,16 +2,13 @@
"pools": [
{
"name": "techreborn",
"rolls": {
"min": 1,
"max": 3
},
"rolls": 1,
"entries": [
{
"type": "item",
"name": "techreborn:ingot",
"entryName": "bronze_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -30,7 +27,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "copper_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -49,7 +46,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "lead_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -68,7 +65,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "silver_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -87,7 +84,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "tin_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -106,7 +103,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "refined_iron_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -125,7 +122,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "advanced_alloy_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -144,7 +141,7 @@
"type": "item",
"name": "techreborn:ingot",
"entryName": "mixed_metal_ingot",
"weight": 10,
"weight": 5,
"functions": [
{
"function": "set_count",
@ -163,7 +160,7 @@
"type": "item",
"name": "techreborn:machine_frame",
"entryName": "basic_frame",
"weight": 30,
"weight": 5,
"functions": [
{
"function": "set_data",
@ -173,9 +170,9 @@
},
{
"type": "item",
"name": "techreborn:machine_frame",
"name": "techreborn:part",
"entryName": "basic_circuit",
"weight": 30,
"weight": 5,
"functions": [
{
"function": "set_data",
@ -185,7 +182,7 @@
},
{
"type": "empty",
"weight": 20
"weight": 50
}
]
}

View file

@ -173,7 +173,7 @@
},
{
"type": "item",
"name": "techreborn:machine_frame",
"name": "techreborn:part",
"entryName": "energy_flow_circuit",
"weight": 30,
"functions": [