mirror of
https://github.com/TeamMidnightDust/VerticalSlabs.git
synced 2025-12-17 12:15:11 +01:00
Compare commits
5 Commits
v1.0.0
...
v1.0.2-1.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
826a9bd4c1 | ||
|
|
38d9403e15 | ||
|
|
8b99eda78e | ||
|
|
52229ccb50 | ||
|
|
82d6671624 |
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# VerticalSlabs
|
||||||
|
Minecraft fabric mod that adds vertical slabs to the game!
|
||||||
|
They can even be waterlogged and rotated!
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"parent": "block/smooth_stone_slab"
|
"parent": "block/smooth_sandstone_slab"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:block",
|
||||||
|
"pools": [
|
||||||
|
{
|
||||||
|
"rolls": 1,
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:item",
|
||||||
|
"name": "verticalslabs:vertical_cut_sandstone_slab"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"condition": "minecraft:survives_explosion"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "verticalslabs:vertical_smooth_red_sandstone_slab"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:smooth_red_sandstone_slab"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"schemaVersion": 1,
|
"schemaVersion": 1,
|
||||||
"id": "verticalslabs",
|
"id": "verticalslabs",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
|
|
||||||
"name": "Vertical Slabs",
|
"name": "Vertical Slabs",
|
||||||
"description": "Adds vertical slabs to the game!",
|
"description": "Adds vertical slabs to the game!",
|
||||||
|
|||||||
Reference in New Issue
Block a user