Skip to content

Commit

Permalink
2.0.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
JT122406 committed Nov 12, 2024
1 parent 36c148f commit 074b545
Show file tree
Hide file tree
Showing 378 changed files with 1,813 additions and 1,170 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# 1.0.0
- Initial 1.20.1 Release
# 2.0.0
- Initial 1.21.1 Release
2 changes: 1 addition & 1 deletion Common/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
architectury {
common("forge", "fabric")
common("forge", "fabric", "neoforge")
platformSetupLoomIde()
}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"variants": {
"facing=down,open=false": {
"model": "woodwevegot:block/spirit_barrel",
"x": 180
},
"facing=down,open=true": {
"model": "woodwevegot:block/spirit_barrel_open",
"x": 180
},
"facing=east,open=false": {
"model": "woodwevegot:block/spirit_barrel",
"x": 90,
"y": 90
},
"facing=east,open=true": {
"model": "woodwevegot:block/spirit_barrel_open",
"x": 90,
"y": 90
},
"facing=north,open=false": {
"model": "woodwevegot:block/spirit_barrel"
},
"facing=north,open=true": {
"model": "woodwevegot:block/spirit_barrel_open"
},
"facing=south,open=false": {
"model": "woodwevegot:block/spirit_barrel",
"x": 90,
"y": 180
},
"facing=south,open=true": {
"model": "woodwevegot:block/spirit_barrel_open",
"x": 90,
"y": 180
},
"facing=up,open=false": {
"model": "woodwevegot:block/spirit_barrel"
},
"facing=up,open=true": {
"model": "woodwevegot:block/spirit_barrel_open"
},
"facing=west,open=false": {
"model": "woodwevegot:block/spirit_barrel",
"x": 90,
"y": 270
},
"facing=west,open=true": {
"model": "woodwevegot:block/spirit_barrel_open",
"x": 90,
"y": 270
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "woodwevegot:block/spirit_chest"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"variants": {
"facing=east": {
"model": "woodwevegot:block/spirit_ladder",
"y": 90
},
"facing=north": {
"model": "woodwevegot:block/spirit_ladder"
},
"facing=south": {
"model": "woodwevegot:block/spirit_ladder",
"y": 180
},
"facing=west": {
"model": "woodwevegot:block/spirit_ladder",
"y": 270
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "woodwevegot:block/spirit_trapped_chest"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
"block.woodwevegot.skyris_chest": "Skyris Chest",
"block.woodwevegot.skyris_ladder": "Skyris Ladder",
"block.woodwevegot.skyris_trapped_chest": "Skyris Trapped Chest",
"block.woodwevegot.spirit_barrel": "Spirit Barrel",
"block.woodwevegot.spirit_chest": "Spirit Chest",
"block.woodwevegot.spirit_ladder": "Spirit Ladder",
"block.woodwevegot.spirit_trapped_chest": "Spirit Trapped Chest",
"block.woodwevegot.white_mangrove_barrel": "White Mangrove Barrel",
"block.woodwevegot.white_mangrove_chest": "White Mangrove Chest",
"block.woodwevegot.white_mangrove_ladder": "White Mangrove Ladder",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"bottom": "woodwevegot:block/spirit/barrel_bottom",
"side": "woodwevegot:block/spirit/barrel_side",
"top": "woodwevegot:block/spirit/barrel_top"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/cube_bottom_top",
"textures": {
"bottom": "woodwevegot:block/spirit/barrel_bottom",
"side": "woodwevegot:block/spirit/barrel_side",
"top": "woodwevegot:block/spirit/barrel_top_open"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"textures": {
"particle": "biomeswevegone:block/spirit/planks"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"parent": "minecraft:block/ladder",
"render_type": "minecraft:cutout",
"textures": {
"particle": "woodwevegot:block/spirit/ladder",
"texture": "woodwevegot:block/spirit/ladder"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"textures": {
"particle": "biomeswevegone:block/spirit/planks"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "woodwevegot:block/spirit_barrel"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/chest",
"textures": {
"particle": "biomeswevegone:block/spirit/planks"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "woodwevegot:block/spirit/ladder"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"parent": "woodwevegot:item/spirit_chest"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"values": {
"#woodwevegot:barrels": {
"burn_time": 300
},
"#woodwevegot:chests": {
"burn_time": 300
},
"#woodwevegot:ladders": {
"burn_time": 300
},
"#woodwevegot:trapped_chests": {
"burn_time": 300
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"conditions": {
"items": [
{
"items": [
"biomeswevegone:aspen_planks"
]
"items": "biomeswevegone:aspen_planks"
}
]
},
Expand All @@ -17,9 +15,7 @@
"conditions": {
"items": [
{
"items": [
"biomeswevegone:aspen_slab"
]
"items": "biomeswevegone:aspen_slab"
}
]
},
Expand All @@ -34,15 +30,14 @@
},
"requirements": [
[
"has_the_recipe",
"has_aspen_planks",
"has_aspen_slab",
"has_the_recipe"
"has_aspen_slab"
]
],
"rewards": {
"recipes": [
"woodwevegot:aspen_barrel"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@
},
"requirements": [
[
"has_lots_of_items",
"has_the_recipe"
"has_the_recipe",
"has_lots_of_items"
]
],
"rewards": {
"recipes": [
"woodwevegot:aspen_chest"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"conditions": {
"items": [
{
"items": [
"minecraft:stick"
]
"items": "minecraft:stick"
}
]
},
Expand All @@ -22,14 +20,13 @@
},
"requirements": [
[
"has_stick",
"has_the_recipe"
"has_the_recipe",
"has_stick"
]
],
"rewards": {
"recipes": [
"woodwevegot:aspen_ladder"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"conditions": {
"items": [
{
"items": [
"biomeswevegone:baobab_planks"
]
"items": "biomeswevegone:baobab_planks"
}
]
},
Expand All @@ -17,9 +15,7 @@
"conditions": {
"items": [
{
"items": [
"biomeswevegone:baobab_slab"
]
"items": "biomeswevegone:baobab_slab"
}
]
},
Expand All @@ -34,15 +30,14 @@
},
"requirements": [
[
"has_the_recipe",
"has_baobab_planks",
"has_baobab_slab",
"has_the_recipe"
"has_baobab_slab"
]
],
"rewards": {
"recipes": [
"woodwevegot:baobab_barrel"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@
},
"requirements": [
[
"has_lots_of_items",
"has_the_recipe"
"has_the_recipe",
"has_lots_of_items"
]
],
"rewards": {
"recipes": [
"woodwevegot:baobab_chest"
]
},
"sends_telemetry_event": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"conditions": {
"items": [
{
"items": [
"minecraft:stick"
]
"items": "minecraft:stick"
}
]
},
Expand All @@ -22,14 +20,13 @@
},
"requirements": [
[
"has_stick",
"has_the_recipe"
"has_the_recipe",
"has_stick"
]
],
"rewards": {
"recipes": [
"woodwevegot:baobab_ladder"
]
},
"sends_telemetry_event": false
}
}
Loading

0 comments on commit 074b545

Please sign in to comment.