Skip to content

Commit

Permalink
Additional tags for Pyrite blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiancc committed Apr 19, 2024
1 parent 4f0ad4b commit 1a8c847
Show file tree
Hide file tree
Showing 10 changed files with 138 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It's inspired by mods like Quark and Charm that expand on Minecraft without feel
Pyrite is available for Minecraft Fabric 1.20.1. Legacy versions are available on GitHub and Modrinth, but are not as actively updated as the 1.20.1 version and may be missing features. No Forge port is planned.

## Features
_296 blocks and counting..._
_339 blocks and counting..._
- Stained Planks, in every colour of dye (and more!)
- This includes stained wood slabs, stairs, fences, fence gates, pressure plates, doors, and buttons as well!
- Dyed Bricks, in every colour of dye (and more!)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"#pyrite:doors"
]
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"#pyrite:wooden_fence_gates"
]
}

22 changes: 1 addition & 21 deletions src/main/resources/data/minecraft/tags/blocks/wooden_fences.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,7 @@
{
"replace": false,
"values": [
"pyrite:white_stained_fence",
"pyrite:orange_stained_fence",
"pyrite:magenta_stained_fence",
"pyrite:light_blue_stained_fence",
"pyrite:yellow_stained_fence",
"pyrite:lime_stained_fence",
"pyrite:pink_stained_fence",
"pyrite:gray_stained_fence",
"pyrite:light_gray_stained_fence",
"pyrite:cyan_stained_fence",
"pyrite:purple_stained_fence",
"pyrite:blue_stained_fence",
"pyrite:brown_stained_fence",
"pyrite:green_stained_fence",
"pyrite:red_stained_fence",
"pyrite:black_stained_fence",
"pyrite:glow_stained_fence",
"pyrite:dragon_stained_fence",
"pyrite:star_stained_fence",
"pyrite:honey_stained_fence",
"pyrite:nostalgia_stained_fence"
"#pyrite:wooden_fences"



Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"#pyrite:wooden_slabs"
]
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"#pyrite:wooden_stairs"
]
}

27 changes: 27 additions & 0 deletions src/main/resources/data/pyrite/tags/blocks/wooden_fence_gates.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"replace": false,
"values": [
"pyrite:white_stained_fence_gate",
"pyrite:orange_stained_fence_gate",
"pyrite:magenta_stained_fence_gate",
"pyrite:light_blue_stained_fence_gate",
"pyrite:yellow_stained_fence_gate",
"pyrite:lime_stained_fence_gate",
"pyrite:pink_stained_fence_gate",
"pyrite:gray_stained_fence_gate",
"pyrite:light_gray_stained_fence_gate",
"pyrite:cyan_stained_fence_gate",
"pyrite:purple_stained_fence_gate",
"pyrite:blue_stained_fence_gate",
"pyrite:brown_stained_fence_gate",
"pyrite:green_stained_fence_gate",
"pyrite:red_stained_fence_gate",
"pyrite:black_stained_fence_gate",
"pyrite:glow_stained_fence_gate",
"pyrite:dragon_stained_fence_gate",
"pyrite:star_stained_fence_gate",
"pyrite:honey_stained_fence_gate",
"pyrite:nostalgia_stained_fence_gate"
]
}

27 changes: 27 additions & 0 deletions src/main/resources/data/pyrite/tags/blocks/wooden_fences.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"replace": false,
"values": [
"pyrite:white_stained_fence",
"pyrite:orange_stained_fence",
"pyrite:magenta_stained_fence",
"pyrite:light_blue_stained_fence",
"pyrite:yellow_stained_fence",
"pyrite:lime_stained_fence",
"pyrite:pink_stained_fence",
"pyrite:gray_stained_fence",
"pyrite:light_gray_stained_fence",
"pyrite:cyan_stained_fence",
"pyrite:purple_stained_fence",
"pyrite:blue_stained_fence",
"pyrite:brown_stained_fence",
"pyrite:green_stained_fence",
"pyrite:red_stained_fence",
"pyrite:black_stained_fence",
"pyrite:glow_stained_fence",
"pyrite:dragon_stained_fence",
"pyrite:star_stained_fence",
"pyrite:honey_stained_fence",
"pyrite:nostalgia_stained_fence"
]
}

27 changes: 27 additions & 0 deletions src/main/resources/data/pyrite/tags/blocks/wooden_slabs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"replace": false,
"values": [
"pyrite:white_stained_slab",
"pyrite:orange_stained_slab",
"pyrite:magenta_stained_slab",
"pyrite:light_blue_stained_slab",
"pyrite:yellow_stained_slab",
"pyrite:lime_stained_slab",
"pyrite:pink_stained_slab",
"pyrite:gray_stained_slab",
"pyrite:light_gray_stained_slab",
"pyrite:cyan_stained_slab",
"pyrite:purple_stained_slab",
"pyrite:blue_stained_slab",
"pyrite:brown_stained_slab",
"pyrite:green_stained_slab",
"pyrite:red_stained_slab",
"pyrite:black_stained_slab",
"pyrite:glow_stained_slab",
"pyrite:dragon_stained_slab",
"pyrite:star_stained_slab",
"pyrite:honey_stained_slab",
"pyrite:nostalgia_stained_slab"
]
}

27 changes: 27 additions & 0 deletions src/main/resources/data/pyrite/tags/blocks/wooden_stairs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"replace": false,
"values": [
"pyrite:white_stained_stairs",
"pyrite:orange_stained_stairs",
"pyrite:magenta_stained_stairs",
"pyrite:light_blue_stained_stairs",
"pyrite:yellow_stained_stairs",
"pyrite:lime_stained_stairs",
"pyrite:pink_stained_stairs",
"pyrite:gray_stained_stairs",
"pyrite:light_gray_stained_stairs",
"pyrite:cyan_stained_stairs",
"pyrite:purple_stained_stairs",
"pyrite:blue_stained_stairs",
"pyrite:brown_stained_stairs",
"pyrite:green_stained_stairs",
"pyrite:red_stained_stairs",
"pyrite:black_stained_stairs",
"pyrite:glow_stained_stairs",
"pyrite:dragon_stained_stairs",
"pyrite:star_stained_stairs",
"pyrite:honey_stained_stairs",
"pyrite:nostalgia_stained_stairs"
]
}

0 comments on commit 1a8c847

Please sign in to comment.