Skip to content

Commit

Permalink
whatnot
Browse files Browse the repository at this point in the history
  • Loading branch information
a0a7 committed Nov 10, 2023
1 parent 437062c commit dc29aef
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 0 deletions.
Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 5 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
41 changes: 41 additions & 0 deletions src/main/resources/data/minecraft/tags/blocks/mineable/axe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"values": [
"interiors:seatwood_planks",
"interiors:wall_mounted_table",
"interiors:white_floor_chair",
"interiors:orange_floor_chair",
"interiors:magenta_floor_chair",
"interiors:light_blue_floor_chair",
"interiors:yellow_floor_chair",
"interiors:lime_floor_chair",
"interiors:pink_floor_chair",
"interiors:gray_floor_chair",
"interiors:light_gray_floor_chair",
"interiors:cyan_floor_chair",
"interiors:purple_floor_chair",
"interiors:blue_floor_chair",
"interiors:brown_floor_chair",
"interiors:green_floor_chair",
"interiors:red_floor_chair",
"interiors:black_floor_chair",
"interiors:white_chair",
"interiors:orange_chair",
"interiors:magenta_chair",
"interiors:light_blue_chair",
"interiors:yellow_chair",
"interiors:lime_chair",
"interiors:pink_chair",
"interiors:gray_chair",
"interiors:light_gray_chair",
"interiors:cyan_chair",
"interiors:purple_chair",
"interiors:blue_chair",
"interiors:brown_chair",
"interiors:green_chair",
"interiors:red_chair",
"interiors:black_chair",
"interiors:kelp_chair",
"interiors:kelp_floor_chair",
"interiors:kelp_seat"
]
}
5 changes: 5 additions & 0 deletions src/main/resources/data/minecraft/tags/blocks/planks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"interiors:seatwood_planks"
]
}
5 changes: 5 additions & 0 deletions src/main/resources/data/minecraft/tags/items/planks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"values": [
"interiors:seatwood_planks"
]
}

0 comments on commit dc29aef

Please sign in to comment.