Skip to content

Commit

Permalink
Merge pull request #4 from UnRealDinnerbone/main
Browse files Browse the repository at this point in the history
Add copper gear, plate and rods
  • Loading branch information
MichaelHillcox authored Jan 9, 2025
2 parents d64a8d7 + 32df2c7 commit 21ce946
Show file tree
Hide file tree
Showing 16 changed files with 47 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [21.1.0-beta.6]

### Added

- Copper Rod, Plate and Gear

## [21.1.0-beta.5]

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public enum Resource {
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()),
COPPER(builder().noDeepslateOre().noStoneOre().noBlock().noIngot().noRawOre().noRawBlock().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().noChunk().noCluster().build()),
GOLD(ResourceLocation.withDefaultNamespace("needs_iron_tool"), builder().noDeepslateOre().noStoneOre().noBlock().noIngot().noNugget().noRawOre().noRawBlock().noBlade().build()),
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.
3 changes: 3 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 @@ -246,8 +246,11 @@
"item.ftbmaterials.copper_dirty_dust": "Copper Dirty Dust",
"item.ftbmaterials.copper_dust": "Copper Dust",
"item.ftbmaterials.copper_end_ore": "Endstone Copper Ore",
"item.ftbmaterials.copper_gear": "Copper Gear",
"item.ftbmaterials.copper_nether_ore": "Nether Copper Ore",
"item.ftbmaterials.copper_nugget": "Copper Nugget",
"item.ftbmaterials.copper_plate": "Copper Plate",
"item.ftbmaterials.copper_rod": "Copper Rod",
"item.ftbmaterials.copper_shard": "Copper Shard",
"item.ftbmaterials.copper_wire": "Copper Wire",
"item.ftbmaterials.diamond_chunk": "Diamond Chunk",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "ftbmaterials:item/copper_gear"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "ftbmaterials:item/copper_plate"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "ftbmaterials:item/copper_rod"
}
}
1 change: 1 addition & 0 deletions fabric/src/main/generated/data/c/tags/item/gears.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"ftbmaterials:aluminum_gear",
"ftbmaterials:bronze_gear",
"ftbmaterials:constantan_gear",
"ftbmaterials:copper_gear",
"ftbmaterials:diamond_gear",
"ftbmaterials:electrum_gear",
"ftbmaterials:gold_gear",
Expand Down
5 changes: 5 additions & 0 deletions fabric/src/main/generated/data/c/tags/item/gears/copper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"ftbmaterials:copper_gear"
]
}
1 change: 1 addition & 0 deletions fabric/src/main/generated/data/c/tags/item/plates.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"ftbmaterials:aluminum_plate",
"ftbmaterials:bronze_plate",
"ftbmaterials:constantan_plate",
"ftbmaterials:copper_plate",
"ftbmaterials:diamond_plate",
"ftbmaterials:electrum_plate",
"ftbmaterials:gold_plate",
Expand Down
5 changes: 5 additions & 0 deletions fabric/src/main/generated/data/c/tags/item/plates/copper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"ftbmaterials:copper_plate"
]
}
1 change: 1 addition & 0 deletions fabric/src/main/generated/data/c/tags/item/rods.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"ftbmaterials:aluminum_rod",
"ftbmaterials:bronze_rod",
"ftbmaterials:constantan_rod",
"ftbmaterials:copper_rod",
"ftbmaterials:diamond_rod",
"ftbmaterials:electrum_rod",
"ftbmaterials:gold_rod",
Expand Down
5 changes: 5 additions & 0 deletions fabric/src/main/generated/data/c/tags/item/rods/copper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"ftbmaterials:copper_rod"
]
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2G
org.gradle.parallel=true

# Mod properties
mod_version = 21.1.0-beta.5
mod_version = 21.1.0-beta.6
maven_group = dev.ftb.mods
archives_name = ftbmaterials
enabled_platforms = fabric,neoforge
Expand Down

0 comments on commit 21ce946

Please sign in to comment.