Skip to content

Commit

Permalink
- 素材アイテムの登録を更新中
Browse files Browse the repository at this point in the history
- 原子炉関連のアイテムを増強
- HTTagPrefix.ktにPELLETを追加
  • Loading branch information
Hiiragi283 committed Jan 29, 2025
1 parent 21444f2 commit 3a5ad1a
Show file tree
Hide file tree
Showing 55 changed files with 681 additions and 418 deletions.
3 changes: 1 addition & 2 deletions src/generated/resources/assets/ragium/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"fluid_type.ragium.destabilized_ragium_solution": "Destabilized Ragium Solution",
"fluid_type.ragium.distilled_ragium_solution": "Distilled Ragium Solution",
"fluid_type.ragium.dragon_breath": "Dragon Breath",
"fluid_type.ragium.enriched_uranium_hexafluoride": "Enriched Uranium Hexafluoride",
"fluid_type.ragium.ethene": "Ethene",
"fluid_type.ragium.experience": "Liquid Experience",
"fluid_type.ragium.fuel": "Fuel",
Expand Down Expand Up @@ -93,7 +92,6 @@
"fluid_type.ragium.steam": "Steam",
"fluid_type.ragium.sulfur_dioxide": "Sulfur Dioxide",
"fluid_type.ragium.sulfuric_acid": "Sulfuric Acid",
"fluid_type.ragium.uranium_hexafluoride": "Uranium Hexafluoride",
"fluid_type.ragium.warped_sap": "Warped Sap",
"item.ragium.ambrosia": "Ambrosia",
"item.ragium.bee_wax": "Bee Wax",
Expand Down Expand Up @@ -282,6 +280,7 @@
"tag_prefix.ragium.ingot": "%s Ingot",
"tag_prefix.ragium.nugget": "%s Nugget",
"tag_prefix.ragium.ore": "%s Ore",
"tag_prefix.ragium.pellet": "%s Pellet",
"tag_prefix.ragium.plate": "%s Plate",
"tag_prefix.ragium.raw_material": "Raw %s",
"tag_prefix.ragium.raw_storage": "Block of Raw %s",
Expand Down
3 changes: 1 addition & 2 deletions src/generated/resources/assets/ragium/lang/ja_jp.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"fluid_type.ragium.destabilized_ragium_solution": "励起ラギウム溶液",
"fluid_type.ragium.distilled_ragium_solution": "蒸留ラギウム溶液",
"fluid_type.ragium.dragon_breath": "ドラゴンブレス",
"fluid_type.ragium.enriched_uranium_hexafluoride": "濃縮六フッ化ウラン",
"fluid_type.ragium.ethene": "エテン",
"fluid_type.ragium.experience": "液体経験値",
"fluid_type.ragium.fuel": "燃料",
Expand Down Expand Up @@ -93,7 +92,6 @@
"fluid_type.ragium.steam": "蒸気",
"fluid_type.ragium.sulfur_dioxide": "二酸化硫黄",
"fluid_type.ragium.sulfuric_acid": "硫酸",
"fluid_type.ragium.uranium_hexafluoride": "六フッ化ウラン",
"fluid_type.ragium.warped_sap": "歪んだ樹液",
"item.ragium.ambrosia": "アンブロシア",
"item.ragium.bee_wax": "蜜蠟",
Expand Down Expand Up @@ -282,6 +280,7 @@
"tag_prefix.ragium.ingot": "%sインゴット",
"tag_prefix.ragium.nugget": "%sのナゲット",
"tag_prefix.ragium.ore": "%s鉱石",
"tag_prefix.ragium.pellet": "%sペレット",
"tag_prefix.ragium.plate": "%s板",
"tag_prefix.ragium.raw_material": "%sの原石",
"tag_prefix.ragium.raw_storage": "%sの原石ブロック",
Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion src/generated/resources/data/c/tags/item/gems.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"values": [
"#c:gems/ragi_crystal",
"#c:gems/cryolite",
"#c:gems/fluorite",
"#c:gems/cryolite",
"#c:gems/dark"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"ragium:plutonium_fuel"
]
}
5 changes: 5 additions & 0 deletions src/generated/resources/data/c/tags/item/pellets/uranium.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"ragium:uranium_fuel"
]
}
6 changes: 3 additions & 3 deletions src/generated/resources/data/c/tags/item/raw_materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"values": [
"#c:raw_materials/crude_raginite",
"#c:raw_materials/raginite",
"#c:raw_materials/bauxite",
"#c:raw_materials/niter",
"#c:raw_materials/redstone",
"#c:raw_materials/niter",
"#c:raw_materials/salt",
"#c:raw_materials/sulfur"
"#c:raw_materials/sulfur",
"#c:raw_materials/bauxite"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"items": "ragium:deep_steel_ingot"
"items": "#c:ingots/deep_steel"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"items": "ragium:dragonium_ingot"
"items": "#c:ingots/dragonium"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"items": "ragium:ragi_alloy_ingot"
"items": "#c:ingots/ragi_alloy"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"items": "ragium:ragi_steel_ingot"
"items": "#c:ingots/ragi_steel"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"items": "ragium:ragium_ingot"
"items": "#c:ingots/ragium"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"items": "ragium:refined_ragi_steel_ingot"
"items": "#c:ingots/refined_ragi_steel"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"conditions": {
"items": [
{
"items": "ragium:steel_ingot"
"items": "#c:ingots/steel"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"values": {
"ragium:nuclear_waste": "low",
"ragium:plutonium_fuel": "high",
"ragium:uranium_fuel": "medium"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"type": "ragium:machine",
"condition": {
"type": "ragium:min_tier",
"tier": "elite"
},
"fluid_inputs": [
{
"amount": 8000,
"tag": "c:hydrofluoric_acid"
}
],
"fluid_outputs": [
{
"amount": 12000,
"id": "ragium:chemical_sludge"
}
],
"item_inputs": [
{
"count": 16,
"item": "ragium:yellow_cake_piece"
}
],
"item_outputs": [
{
"count": 1,
"id": "ragium:uranium_fuel"
}
],
"machine_type": "chemical_reactor"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"type": "ragium:machine",
"condition": {
"type": "ragium:min_tier",
"tier": "elite"
},
"fluid_inputs": [
{
"amount": 8000,
"tag": "c:sulfuric_acid"
}
],
"item_inputs": [
{
"count": 8,
"item": "minecraft:poisonous_potato"
}
],
"item_outputs": [
{
"count": 1,
"id": "ragium:yellow_cake"
}
],
"machine_type": "chemical_reactor"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"neoforge:conditions": [
{
"type": "neoforge:mod_loaded",
"modid": "mekanism"
}
],
"type": "ragium:machine",
"item_inputs": [
{
"count": 8,
"item": "mekanism:yellow_cake_uranium"
}
],
"item_outputs": [
{
"count": 1,
"id": "ragium:yellow_cake"
}
],
"machine_type": "compressor"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"neoforge:conditions": [
{
"type": "neoforge:mod_loaded",
"modid": "farmersdelight"
}
],
"type": "farmersdelight:cutting",
"ingredients": [
{
"item": "ragium:yellow_cake"
}
],
"result": [
{
"item": {
"count": 8,
"id": "ragium:yellow_cake_piece"
}
}
],
"tool": {
"tag": "c:tools/knife"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"type": "ragium:machine",
"condition": {
"type": "ragium:min_tier",
"tier": "elite"
},
"item_inputs": [
{
"count": 1,
"item": "ragium:yellow_cake"
}
],
"item_outputs": [
{
"count": 8,
"id": "ragium:yellow_cake_piece"
}
],
"machine_type": "cutting_machine"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"neoforge:conditions": [
{
"type": "neoforge:mod_loaded",
"modid": "mekanism"
}
],
"type": "ragium:machine",
"item_inputs": [
{
"count": 1,
"item": "ragium:yellow_cake"
}
],
"item_outputs": [
{
"count": 8,
"id": "mekanism:yellow_cake_uranium"
}
],
"machine_type": "grinder"
}

This file was deleted.

Loading

0 comments on commit 3a5ad1a

Please sign in to comment.