Compare commits
2 commits
d488517ca6
...
0f80a8fc69
Author | SHA1 | Date | |
---|---|---|---|
0f80a8fc69 | |||
b4ca10b823 |
117 changed files with 126 additions and 200 deletions
|
@ -52,7 +52,8 @@ This version focuses on QOL and bug fixes
|
|||
|
||||
### Changelog 0.3 -> 0.4
|
||||
Due to sheer amount of changes, some may be undocumented. We hope you enjoy this update! :D
|
||||
* Texture changes for various blocks
|
||||
|
||||
* Texture improvements for various blocks
|
||||
* Reworked wallpaper blocks, added new ones
|
||||
* Concrete improvements
|
||||
* 3 new colours - basic, dark green and orange
|
||||
|
@ -64,14 +65,15 @@ Due to sheer amount of changes, some may be undocumented. We hope you enjoy this
|
|||
* Grain
|
||||
* Added USSR anthem music disc
|
||||
* Added a new antenna item to improve radio electronics recipes
|
||||
* Parquet re-structuring
|
||||
* Parquet improvements
|
||||
* Separated oak and dark oak parquet in naming
|
||||
* Added spruce parquet (TODO)
|
||||
* Bug fixes
|
||||
* Stone-cutting recipe for slabs now gives 2 blocks
|
||||
* Fixed a few missing drops/tags/recipes related to concrete
|
||||
* Concrete with bars is now pickaxe mine-able
|
||||
* Fixed some concrete blocks missing drops
|
||||
* Cracked concrete now has a dyeing category
|
||||
* Technical changes
|
||||
* Changed parts of file structure for models and textures
|
||||
* Moved to newer Fabric, Loom etc. versions
|
||||
* Moved to newer Fabric, Loom etc. versions. Took a while to figure out how to update Gradle :D
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:aquamarine_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:beige_concrete"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:big_sand_bricks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:blue_concrete"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:blue_linoleum"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:brick_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:brown_linoleum"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:calcite_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:concrete"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_aquamarine_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_beige_concrete"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_blue_concrete"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_brick_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_calcite_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_concrete"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_dark_brick_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_dark_green_concrete"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_deepslate_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_diorite_bricks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_dripstone_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_green_bricks_mixed"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_green_bricks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_green_concrete"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_green_white_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_light_blue_bricks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_light_blue_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_orange_concrete"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_red_bricks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_red_concrete"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_sand_bricks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_sand_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_teal_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_tuff_bricks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_tuff_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_white_concrete"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cracked_yellow_concrete"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cross_acacia_planks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cross_birch_planks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cross_cherry_planks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cross_crimson_planks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cross_dark_oak_planks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cross_jungle_planks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cross_mangrove_planks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cross_oak_planks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cross_sand_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cross_spruce_planks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cross_warped_planks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:cyan_linoleum"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:dark_brick_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:dark_green_concrete"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:deepslate_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:diorite_bricks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:dirty_aquamarine_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:dirty_brick_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:dirty_dark_brick_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:dripstone_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:gray_linoleum"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:green_bricks_mixed"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:green_bricks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:green_concrete"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:green_linoleum"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:green_white_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:herringbone_acacia_planks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:herringbone_bamboo_planks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:herringbone_birch_planks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:herringbone_cherry_planks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:herringbone_crimson_planks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:herringbone_dark_oak_parquet"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:herringbone_dark_oak_planks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:herringbone_jungle_planks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:herringbone_mangrove_planks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:herringbone_oak_planks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:herringbone_sand_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:herringbone_spruce_planks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:herringbone_warped_planks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:light_blue_bricks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:light_blue_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:metal_plating"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:mossy_aquamarine_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:mossy_brick_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:mossy_calcite_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:mossy_dark_brick_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:mossy_deepslate_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:mossy_diorite_bricks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:mossy_dripstone_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:mossy_green_bricks_mixed"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:mossy_green_bricks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:mossy_green_white_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:mossy_light_blue_bricks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:mossy_light_blue_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:mossy_red_bricks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:mossy_sand_bricks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:mossy_sand_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:mossy_teal_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:mossy_tuff_bricks"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:mossy_tuff_tiles"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:nii_floor"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:orange_concrete"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"type": "minecraft:stonecutting",
|
||||
"count": 1,
|
||||
"count": 2,
|
||||
"ingredient": {
|
||||
"item": "new_soviet:orange_linoleum"
|
||||
},
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue