Skip to content

Commit

Permalink
Datagen To Fix Issues in ea1961a
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon-Seeker committed Mar 14, 2023
1 parent ea1961a commit 7736b47
Show file tree
Hide file tree
Showing 37 changed files with 37 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"tag": "c:raw_gold_blocks"
"tag": "c:raw_adamantite_blocks"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"tag": "c:raw_gold_blocks"
"tag": "c:raw_antimony_blocks"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"tag": "c:raw_gold_blocks"
"tag": "c:raw_copper_blocks"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"tag": "c:raw_gold_blocks"
"tag": "c:raw_iridium_blocks"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"tag": "c:raw_gold_blocks"
"tag": "c:raw_iron_blocks"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"tag": "c:raw_gold_blocks"
"tag": "c:raw_lead_blocks"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"tag": "c:raw_gold_blocks"
"tag": "c:raw_manganese_blocks"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"tag": "c:raw_gold_blocks"
"tag": "c:raw_mythril_blocks"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"tag": "c:raw_gold_blocks"
"tag": "c:raw_nickel_blocks"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"tag": "c:raw_gold_blocks"
"tag": "c:raw_orichalcum_blocks"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"tag": "c:raw_gold_blocks"
"tag": "c:raw_osmium_blocks"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"tag": "c:raw_gold_blocks"
"tag": "c:raw_palladium_blocks"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"tag": "c:raw_gold_blocks"
"tag": "c:raw_platinum_blocks"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"tag": "c:raw_gold_blocks"
"tag": "c:raw_silver_blocks"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"tag": "c:raw_gold_blocks"
"tag": "c:raw_tin_blocks"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"tag": "c:raw_gold_blocks"
"tag": "c:raw_titanium_blocks"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"tag": "c:raw_gold_blocks"
"tag": "c:raw_tungsten_blocks"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"tag": "c:raw_gold_blocks"
"tag": "c:raw_zinc_blocks"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
]
},
"overrides": {
"3": {
"3+": {
"count": 3
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
]
},
"overrides": {
"2": {
"2+": {
"count": 4
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"id": "minecraft:copper_block"
},
"overrides": {
"2": {
"2+": {
"count": 4
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"id": "minecraft:gold_block"
},
"overrides": {
"2": {
"2+": {
"count": 4
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
]
},
"overrides": {
"3": {
"3+": {
"count": 3
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"id": "minecraft:iron_block"
},
"overrides": {
"2": {
"2+": {
"count": 4
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
]
},
"overrides": {
"2": {
"2+": {
"count": 4
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
]
},
"overrides": {
"2": {
"2+": {
"count": 4
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
]
},
"overrides": {
"3": {
"3+": {
"count": 3
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
]
},
"overrides": {
"2": {
"2+": {
"count": 4
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
]
},
"overrides": {
"3": {
"3+": {
"count": 3
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
]
},
"overrides": {
"3": {
"3+": {
"count": 3
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
]
},
"overrides": {
"3": {
"3+": {
"count": 3
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
]
},
"overrides": {
"3": {
"3+": {
"count": 3
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
]
},
"overrides": {
"2": {
"2+": {
"count": 4
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
]
},
"overrides": {
"2": {
"2+": {
"count": 4
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
]
},
"overrides": {
"3": {
"3+": {
"count": 3
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
]
},
"overrides": {
"3": {
"3+": {
"count": 3
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"priority": []
},
"overrides": {
"3": {
"3+": {
"count": 3
}
}
Expand Down

0 comments on commit 7736b47

Please sign in to comment.