Skip to content

Commit

Permalink
Merge pull request #3 from UnRealDinnerbone/main
Browse files Browse the repository at this point in the history
Add Chunks & Clusters resource type
  • Loading branch information
MichaelHillcox authored Dec 23, 2024
2 parents ab19aba + ef5bd0d commit d64a8d7
Show file tree
Hide file tree
Showing 146 changed files with 1,366 additions and 32 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [21.1.0-beta.5]

### Added

- Chunks
- Clusters

### Fixed

- Mod name saying FTB Resources instead of FTB Materials

## [21.1.0-beta.3]

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,50 +7,50 @@

public enum Resource {
ALUMINUM(builder().noGem().build()),
APATITE(builder().noOres().noIngot().noRawOre().noRawBlock().noNugget().noDust().noPlate().noGear().noRod().noCrystal().noShard().noClump().noDirtyDust().noBlade().build()),
BRONZE(builder().noOres().noRawOre().noRawBlock().noGem().noCrystal().noShard().noClump().noDirtyDust().build()),
CHARCOAL(builder().noOres().noIngot().noBlock().noRawOre().noWire().noRawBlock().noNugget().noPlate().noGear().noRod().noGem().noCrystal().noShard().noClump().noDirtyDust().noBlade().build()),
CONSTANTAN(builder().noOres().noRawOre().noRawBlock().noGem().noCrystal().noShard().noClump().noDirtyDust().noBlade().build()),
APATITE(builder().noOres().noIngot().noRawOre().noRawBlock().noNugget().noDust().noPlate().noGear().noRod().noCrystal().noShard().noClump().noDirtyDust().noBlade().noChunk().noCluster().build()),
BRONZE(builder().noOres().noRawOre().noRawBlock().noGem().noCrystal().noShard().noClump().noDirtyDust().noChunk().noCluster().build()),
CHARCOAL(builder().noOres().noIngot().noBlock().noRawOre().noWire().noRawBlock().noNugget().noPlate().noGear().noRod().noGem().noCrystal().noShard().noClump().noDirtyDust().noBlade().noChunk().noCluster().build()),
CONSTANTAN(builder().noOres().noRawOre().noRawBlock().noGem().noCrystal().noShard().noClump().noDirtyDust().noBlade().noChunk().noCluster().build()),
COPPER(builder().noDeepslateOre().noStoneOre().noBlock().noIngot().noRawOre().noRawBlock().noPlate().noGear().noRod().noGem().build()),
DIAMOND(ResourceLocation.withDefaultNamespace("needs_iron_tool"), builder().noGem().noBlock().noDeepslateOre().noStoneOre().noIngot().noRawOre().noRawBlock().noBlade().build()),
ELECTRUM(builder().noOres().noRawOre().noRawBlock().noCrystal().noShard().noClump().noDirtyDust().noBlade().build()),
ELECTRUM(builder().noOres().noRawOre().noRawBlock().noCrystal().noShard().noClump().noDirtyDust().noBlade().noChunk().noCluster().build()),
GOLD(ResourceLocation.withDefaultNamespace("needs_iron_tool"), builder().noDeepslateOre().noStoneOre().noBlock().noIngot().noNugget().noRawOre().noRawBlock().noBlade().build()),
GRAPHITE(builder().noOres().noRawOre().noRawBlock().noGem().noCrystal().noShard().noClump().noDirtyDust().noBlade().build()),
INVAR(ResourceLocation.withDefaultNamespace("needs_iron_tool"), builder().noOres().noRawOre().noRawBlock().noGem().noCrystal().noShard().noClump().noDirtyDust().noBlade().build()),
GRAPHITE(builder().noOres().noRawOre().noRawBlock().noGem().noCrystal().noShard().noClump().noDirtyDust().noBlade().noChunk().noCluster().build()),
INVAR(ResourceLocation.withDefaultNamespace("needs_iron_tool"), builder().noOres().noRawOre().noRawBlock().noGem().noCrystal().noShard().noClump().noDirtyDust().noBlade().noChunk().noCluster().build()),
IRON(builder().noRawOre().noStoneOre().noDeepslateOre().noRawBlock().noBlock().noIngot().noNugget().noGem().build()),
LEAD(builder().noGem().noBlade().build()),
LUMIUM(builder().noOres().noRawOre().noRawBlock().noGem().noBlade().build()),
NETHERITE(ResourceLocation.withDefaultNamespace("needs_diamond_tool"), builder().noOres().noRawOre().noRawBlock().noGem().noCrystal().noShard().noClump().noDirtyDust().noBlade().noIngot().noBlock().build()),
LUMIUM(builder().noOres().noRawOre().noRawBlock().noGem().noBlade().noChunk().noCluster().build()),
NETHERITE(ResourceLocation.withDefaultNamespace("needs_diamond_tool"), builder().noOres().noRawOre().noRawBlock().noGem().noCrystal().noShard().noClump().noDirtyDust().noBlade().noIngot().noBlock().noChunk().noCluster().build()),
NICKEL(builder().noGem().noBlade().build()),
OBSIDIAN(builder().noOres().noIngot().noRawOre().noRawBlock().noNugget().noGem().noCrystal().noShard().noClump().noDirtyDust().noBlade().noBlock().build()),
OBSIDIAN(builder().noOres().noIngot().noRawOre().noRawBlock().noNugget().noGem().noCrystal().noShard().noClump().noDirtyDust().noBlade().noBlock().noChunk().noCluster().build()),
OSMIUM(ResourceLocation.withDefaultNamespace("needs_iron_tool"), builder().noGem().noBlade().build()),
QUARTZ(builder().noCrystal().noBlock().noNetherOre().noIngot().noRawOre().noRawBlock().noGem().noBlade().build()),
REFINED_GLOWSTONE(builder().noOres().noRawOre().noRawBlock().noGem().noCrystal().noShard().noClump().noDirtyDust().noBlade().build()),
SIGNALUM(builder().noOres().noBlock().noIngot().noRawOre().noRawBlock().noNugget().noDust().noPlate().noGear().noRod().noGem().noCrystal().noShard().noClump().noDirtyDust().noBlade().build()),
REFINED_GLOWSTONE(builder().noOres().noRawOre().noRawBlock().noGem().noCrystal().noShard().noClump().noDirtyDust().noBlade().noChunk().noCluster().noChunk().noCluster().build()),
SIGNALUM(builder().noOres().noBlock().noIngot().noRawOre().noRawBlock().noNugget().noDust().noPlate().noGear().noRod().noGem().noCrystal().noShard().noClump().noDirtyDust().noBlade().noChunk().noCluster().build()),
SILVER(builder().noBlade().build()),
STEEL(builder().noOres().noRawOre().noRawBlock().noGem().noCrystal().noShard().noClump().noDirtyDust().noBlade().build()),
SULFUR(builder().noIngot().noRawOre().noRawBlock().noNugget().noDust().noPlate().noGear().noRod().noGem().noBlade().build()),
STEEL(builder().noOres().noRawOre().noRawBlock().noGem().noCrystal().noShard().noClump().noDirtyDust().noBlade().noChunk().noCluster().build()),
SULFUR(builder().noIngot().noRawOre().noRawBlock().noNugget().noDust().noPlate().noGear().noRod().noGem().noBlade().noChunk().noCluster().build()),
TIN(builder().noGem().build()),
URANIUM(builder().noGem().noBlade().build()),
ZINC(builder().noGem().noBlade().build()),
ZINC(builder().noGem().noBlade().noChunk().noCluster().build()),
REDSTONE(ResourceLocation.withDefaultNamespace("needs_iron_tool"), builder().noBlock().noDust().noDeepslateOre().noStoneOre().noIngot().noRawOre().noRawBlock().noNugget().noPlate().noGear().noRod().noGem().noCrystal().noShard().noClump().noDirtyDust().noBlade().build()),
FLUORITE(builder().noIngot().noRawOre().noRawBlock().noNugget().noPlate().noGear().noRod().noGem().noCrystal().noShard().noClump().noDirtyDust().noBlade().build()),
EMERALD(ResourceLocation.withDefaultNamespace("needs_iron_tool"), builder().noGem().noBlock().noDeepslateOre().noStoneOre().noIngot().noRawOre().noRawBlock().noNugget().noDust().noPlate().noGear().noRod().noCrystal().noShard().noClump().noDirtyDust().noBlade().build()),
LAPIS_LAZULI(builder().noGem().noBlock().noDeepslateOre().noStoneOre().noIngot().noRawOre().noRawBlock().noNugget().noDust().noPlate().noGear().noRod().noCrystal().noShard().noClump().noDirtyDust().noBlade().build()),
RESONATING_ORE(builder().noIngot().noRawOre().noRawBlock().noNugget().noDust().noPlate().noGear().noRod().noCrystal().noShard().noClump().noDirtyDust().noBlade().build()),
DIMENSIONAL_SHARD(ResourceLocation.withDefaultNamespace("needs_iron_tool"), builder().noIngot().noRawOre().noRawBlock().noNugget().noDust().noPlate().noGear().noRod().noCrystal().noShard().noClump().noDirtyDust().noBlade().build()),
ANTIMONY(builder().noPlate().noGear().noRod().noGem().noBlade().build()),
BAUXITE(builder().noIngot().noRawOre().noRawBlock().noNugget().noPlate().noGear().noRod().noGem().noCrystal().noShard().noClump().noDirtyDust().noBlade().build()),
IRIDIUM(builder().noGear().noRod().noGem().noBlade().build()),
MONAZITE(builder().noIngot().noRawOre().noRawBlock().noNugget().noPlate().noGear().noRod().noGem().noCrystal().noShard().noClump().noDirtyDust().noBlade().build()),
TUNGSTEN(builder().noGear().noGem().noBlade().build()),
TITANIUM(builder().noGem().build()),
RESONATING_ORE(builder().noIngot().noRawOre().noRawBlock().noNugget().noDust().noPlate().noGear().noRod().noCrystal().noShard().noClump().noDirtyDust().noBlade().noChunk().noCluster().build()),
DIMENSIONAL_SHARD(ResourceLocation.withDefaultNamespace("needs_iron_tool"), builder().noIngot().noRawOre().noRawBlock().noNugget().noDust().noPlate().noGear().noRod().noCrystal().noShard().noClump().noDirtyDust().noBlade().noChunk().noCluster().build()),
ANTIMONY(builder().noPlate().noGear().noRod().noGem().noBlade().noChunk().noCluster().build()),
BAUXITE(builder().noIngot().noRawOre().noRawBlock().noNugget().noPlate().noGear().noRod().noGem().noCrystal().noShard().noClump().noDirtyDust().noBlade().noChunk().noCluster().build()),
IRIDIUM(builder().noGear().noRod().noGem().noBlade().noChunk().noCluster().build()),
MONAZITE(builder().noIngot().noRawOre().noRawBlock().noNugget().noPlate().noGear().noRod().noGem().noCrystal().noShard().noClump().noDirtyDust().noBlade().noChunk().noCluster().build()),
TUNGSTEN(builder().noGear().noGem().noBlade().noChunk().noCluster().build()),
TITANIUM(builder().noGem().noChunk().noCluster().build()),
PLATINUM(builder().noGem().noBlade().build()),
STAINLESS_STEEL(builder().noOres().noIngot().noRawOre().noRawBlock().noNugget().noGem().noCrystal().noShard().noClump().noDirtyDust().build()),
PLUTONIUM(builder().noOres().build()),
CHROMIUM(builder().noOres().build()),
SILICON(builder().noOres().build()),
BRASS(builder().noOres().build());
STAINLESS_STEEL(builder().noOres().noIngot().noRawOre().noRawBlock().noNugget().noGem().noCrystal().noShard().noClump().noDirtyDust().noChunk().noCluster().build()),
PLUTONIUM(builder().noOres().noChunk().noCluster().build()),
CHROMIUM(builder().noOres().noChunk().noCluster().build()),
SILICON(builder().noOres().noChunk().noCluster().build()),
BRASS(builder().noOres().noChunk().noCluster().build());

private final int resourceComponents;
private ResourceLocation breakableWith = ResourceLocation.withDefaultNamespace("needs_stone_tool");
Expand Down Expand Up @@ -186,6 +186,14 @@ public ResourceBuilder noBlade() {
return noType(ResourceType.BLADE);
}

public ResourceBuilder noChunk() {
return noType(ResourceType.CHUNK);
}

public ResourceBuilder noCluster() {
return noType(ResourceType.CLUSTER);
}

public int build() {
return resourceComponents;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ public enum ResourceType {
SHARD(0x10, "{material} Shard", "shards|mekanism:shards"),
CLUMP(0x11, "{material} Clump", "clumps"),
DIRTY_DUST(0x12, "{material} Dirty Dust", "dirty_dusts"),
BLADE(0x13, "{material} Blade", "blades");
BLADE(0x13, "{material} Blade", "blades"),
CHUNK(0x14, "{material} Chunk", "chunks"),
CLUSTER(0x15, "{material} Cluster", "clusters"),;

private final int id;

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions fabric/src/main/generated/assets/ftbmaterials/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@
"block.ftbmaterials.zinc_stone_ore": "Zinc Ore",
"item.ftbmaterials.aluminum_blade": "Aluminum Blade",
"item.ftbmaterials.aluminum_block": "Block of Aluminum",
"item.ftbmaterials.aluminum_chunk": "Aluminum Chunk",
"item.ftbmaterials.aluminum_clump": "Aluminum Clump",
"item.ftbmaterials.aluminum_cluster": "Aluminum Cluster",
"item.ftbmaterials.aluminum_crystal": "Aluminum Crystal",
"item.ftbmaterials.aluminum_deepslate_ore": "Deepslate Aluminum Ore",
"item.ftbmaterials.aluminum_dirty_dust": "Aluminum Dirty Dust",
Expand Down Expand Up @@ -237,7 +239,9 @@
"item.ftbmaterials.constantan_rod": "Constantan Rod",
"item.ftbmaterials.constantan_wire": "Constantan Wire",
"item.ftbmaterials.copper_blade": "Copper Blade",
"item.ftbmaterials.copper_chunk": "Copper Chunk",
"item.ftbmaterials.copper_clump": "Copper Clump",
"item.ftbmaterials.copper_cluster": "Copper Cluster",
"item.ftbmaterials.copper_crystal": "Copper Crystal",
"item.ftbmaterials.copper_dirty_dust": "Copper Dirty Dust",
"item.ftbmaterials.copper_dust": "Copper Dust",
Expand All @@ -246,7 +250,9 @@
"item.ftbmaterials.copper_nugget": "Copper Nugget",
"item.ftbmaterials.copper_shard": "Copper Shard",
"item.ftbmaterials.copper_wire": "Copper Wire",
"item.ftbmaterials.diamond_chunk": "Diamond Chunk",
"item.ftbmaterials.diamond_clump": "Diamond Clump",
"item.ftbmaterials.diamond_cluster": "Diamond Cluster",
"item.ftbmaterials.diamond_crystal": "Diamond Crystal",
"item.ftbmaterials.diamond_dirty_dust": "Diamond Dirty Dust",
"item.ftbmaterials.diamond_dust": "Diamond Dust",
Expand Down Expand Up @@ -274,17 +280,23 @@
"item.ftbmaterials.electrum_plate": "Electrum Plate",
"item.ftbmaterials.electrum_rod": "Electrum Rod",
"item.ftbmaterials.electrum_wire": "Electrum Wire",
"item.ftbmaterials.emerald_chunk": "Emerald Chunk",
"item.ftbmaterials.emerald_cluster": "Emerald Cluster",
"item.ftbmaterials.emerald_end_ore": "Endstone Emerald Ore",
"item.ftbmaterials.emerald_nether_ore": "Nether Emerald Ore",
"item.ftbmaterials.emerald_wire": "Emerald Wire",
"item.ftbmaterials.fluorite_block": "Block of Fluorite",
"item.ftbmaterials.fluorite_chunk": "Fluorite Chunk",
"item.ftbmaterials.fluorite_cluster": "Fluorite Cluster",
"item.ftbmaterials.fluorite_deepslate_ore": "Deepslate Fluorite Ore",
"item.ftbmaterials.fluorite_dust": "Fluorite Dust",
"item.ftbmaterials.fluorite_end_ore": "Endstone Fluorite Ore",
"item.ftbmaterials.fluorite_nether_ore": "Nether Fluorite Ore",
"item.ftbmaterials.fluorite_stone_ore": "Fluorite Ore",
"item.ftbmaterials.fluorite_wire": "Fluorite Wire",
"item.ftbmaterials.gold_chunk": "Gold Chunk",
"item.ftbmaterials.gold_clump": "Gold Clump",
"item.ftbmaterials.gold_cluster": "Gold Cluster",
"item.ftbmaterials.gold_crystal": "Gold Crystal",
"item.ftbmaterials.gold_dirty_dust": "Gold Dirty Dust",
"item.ftbmaterials.gold_dust": "Gold Dust",
Expand Down Expand Up @@ -329,7 +341,9 @@
"item.ftbmaterials.iridium_stone_ore": "Iridium Ore",
"item.ftbmaterials.iridium_wire": "Iridium Wire",
"item.ftbmaterials.iron_blade": "Iron Blade",
"item.ftbmaterials.iron_chunk": "Iron Chunk",
"item.ftbmaterials.iron_clump": "Iron Clump",
"item.ftbmaterials.iron_cluster": "Iron Cluster",
"item.ftbmaterials.iron_crystal": "Iron Crystal",
"item.ftbmaterials.iron_dirty_dust": "Iron Dirty Dust",
"item.ftbmaterials.iron_dust": "Iron Dust",
Expand All @@ -340,11 +354,15 @@
"item.ftbmaterials.iron_rod": "Iron Rod",
"item.ftbmaterials.iron_shard": "Iron Shard",
"item.ftbmaterials.iron_wire": "Iron Wire",
"item.ftbmaterials.lapis_lazuli_chunk": "Lapis Lazuli Chunk",
"item.ftbmaterials.lapis_lazuli_cluster": "Lapis Lazuli Cluster",
"item.ftbmaterials.lapis_lazuli_end_ore": "Endstone Lapis Lazuli Ore",
"item.ftbmaterials.lapis_lazuli_nether_ore": "Nether Lapis Lazuli Ore",
"item.ftbmaterials.lapis_lazuli_wire": "Lapis Lazuli Wire",
"item.ftbmaterials.lead_block": "Block of Lead",
"item.ftbmaterials.lead_chunk": "Lead Chunk",
"item.ftbmaterials.lead_clump": "Lead Clump",
"item.ftbmaterials.lead_cluster": "Lead Cluster",
"item.ftbmaterials.lead_crystal": "Lead Crystal",
"item.ftbmaterials.lead_deepslate_ore": "Deepslate Lead Ore",
"item.ftbmaterials.lead_dirty_dust": "Lead Dirty Dust",
Expand Down Expand Up @@ -387,7 +405,9 @@
"item.ftbmaterials.netherite_rod": "Netherite Rod",
"item.ftbmaterials.netherite_wire": "Netherite Wire",
"item.ftbmaterials.nickel_block": "Block of Nickel",
"item.ftbmaterials.nickel_chunk": "Nickel Chunk",
"item.ftbmaterials.nickel_clump": "Nickel Clump",
"item.ftbmaterials.nickel_cluster": "Nickel Cluster",
"item.ftbmaterials.nickel_crystal": "Nickel Crystal",
"item.ftbmaterials.nickel_deepslate_ore": "Deepslate Nickel Ore",
"item.ftbmaterials.nickel_dirty_dust": "Nickel Dirty Dust",
Expand All @@ -410,7 +430,9 @@
"item.ftbmaterials.obsidian_rod": "Obsidian Rod",
"item.ftbmaterials.obsidian_wire": "Obsidian Wire",
"item.ftbmaterials.osmium_block": "Block of Osmium",
"item.ftbmaterials.osmium_chunk": "Osmium Chunk",
"item.ftbmaterials.osmium_clump": "Osmium Clump",
"item.ftbmaterials.osmium_cluster": "Osmium Cluster",
"item.ftbmaterials.osmium_crystal": "Osmium Crystal",
"item.ftbmaterials.osmium_deepslate_ore": "Deepslate Osmium Ore",
"item.ftbmaterials.osmium_dirty_dust": "Osmium Dirty Dust",
Expand All @@ -428,7 +450,9 @@
"item.ftbmaterials.osmium_stone_ore": "Osmium Ore",
"item.ftbmaterials.osmium_wire": "Osmium Wire",
"item.ftbmaterials.platinum_block": "Block of Platinum",
"item.ftbmaterials.platinum_chunk": "Platinum Chunk",
"item.ftbmaterials.platinum_clump": "Platinum Clump",
"item.ftbmaterials.platinum_cluster": "Platinum Cluster",
"item.ftbmaterials.platinum_crystal": "Platinum Crystal",
"item.ftbmaterials.platinum_deepslate_ore": "Deepslate Platinum Ore",
"item.ftbmaterials.platinum_dirty_dust": "Platinum Dirty Dust",
Expand Down Expand Up @@ -461,7 +485,9 @@
"item.ftbmaterials.plutonium_rod": "Plutonium Rod",
"item.ftbmaterials.plutonium_shard": "Plutonium Shard",
"item.ftbmaterials.plutonium_wire": "Plutonium Wire",
"item.ftbmaterials.quartz_chunk": "Quartz Chunk",
"item.ftbmaterials.quartz_clump": "Quartz Clump",
"item.ftbmaterials.quartz_cluster": "Quartz Cluster",
"item.ftbmaterials.quartz_deepslate_ore": "Deepslate Quartz Ore",
"item.ftbmaterials.quartz_dirty_dust": "Quartz Dirty Dust",
"item.ftbmaterials.quartz_dust": "Quartz Dust",
Expand All @@ -473,6 +499,8 @@
"item.ftbmaterials.quartz_shard": "Quartz Shard",
"item.ftbmaterials.quartz_stone_ore": "Quartz Ore",
"item.ftbmaterials.quartz_wire": "Quartz Wire",
"item.ftbmaterials.redstone_chunk": "Redstone Chunk",
"item.ftbmaterials.redstone_cluster": "Redstone Cluster",
"item.ftbmaterials.redstone_end_ore": "Endstone Redstone Ore",
"item.ftbmaterials.redstone_nether_ore": "Nether Redstone Ore",
"item.ftbmaterials.redstone_wire": "Redstone Wire",
Expand Down Expand Up @@ -509,7 +537,9 @@
"item.ftbmaterials.silicon_shard": "Silicon Shard",
"item.ftbmaterials.silicon_wire": "Silicon Wire",
"item.ftbmaterials.silver_block": "Block of Silver",
"item.ftbmaterials.silver_chunk": "Silver Chunk",
"item.ftbmaterials.silver_clump": "Silver Clump",
"item.ftbmaterials.silver_cluster": "Silver Cluster",
"item.ftbmaterials.silver_crystal": "Silver Crystal",
"item.ftbmaterials.silver_deepslate_ore": "Deepslate Silver Ore",
"item.ftbmaterials.silver_dirty_dust": "Silver Dirty Dust",
Expand Down Expand Up @@ -554,7 +584,9 @@
"item.ftbmaterials.sulfur_wire": "Sulfur Wire",
"item.ftbmaterials.tin_blade": "Tin Blade",
"item.ftbmaterials.tin_block": "Block of Tin",
"item.ftbmaterials.tin_chunk": "Tin Chunk",
"item.ftbmaterials.tin_clump": "Tin Clump",
"item.ftbmaterials.tin_cluster": "Tin Cluster",
"item.ftbmaterials.tin_crystal": "Tin Crystal",
"item.ftbmaterials.tin_deepslate_ore": "Deepslate Tin Ore",
"item.ftbmaterials.tin_dirty_dust": "Tin Dirty Dust",
Expand Down Expand Up @@ -608,7 +640,9 @@
"item.ftbmaterials.tungsten_stone_ore": "Tungsten Ore",
"item.ftbmaterials.tungsten_wire": "Tungsten Wire",
"item.ftbmaterials.uranium_block": "Block of Uranium",
"item.ftbmaterials.uranium_chunk": "Uranium Chunk",
"item.ftbmaterials.uranium_clump": "Uranium Clump",
"item.ftbmaterials.uranium_cluster": "Uranium Cluster",
"item.ftbmaterials.uranium_crystal": "Uranium Crystal",
"item.ftbmaterials.uranium_deepslate_ore": "Deepslate Uranium Ore",
"item.ftbmaterials.uranium_dirty_dust": "Uranium Dirty Dust",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "ftbmaterials:item/aluminum_chunk"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "ftbmaterials:item/aluminum_cluster"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "ftbmaterials:item/copper_chunk"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "ftbmaterials:item/copper_cluster"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "ftbmaterials:item/diamond_chunk"
}
}
Loading

0 comments on commit d64a8d7

Please sign in to comment.