Compare commits

..

No commits in common. "0f80a8fc69857ce212e522fede3a749f27b7abbc" and "d488517ca69e693cbd05456e53503f7a7644f47b" have entirely different histories.

117 changed files with 200 additions and 126 deletions

View file

@ -52,8 +52,7 @@ 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 improvements for various blocks
* Texture changes for various blocks
* Reworked wallpaper blocks, added new ones
* Concrete improvements
* 3 new colours - basic, dark green and orange
@ -65,15 +64,14 @@ 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 improvements
* Parquet re-structuring
* 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. Took a while to figure out how to update Gradle :D
* Moved to newer Fabric, Loom etc. versions

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:aquamarine_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:beige_concrete"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:big_sand_bricks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:blue_concrete"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:blue_linoleum"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:brick_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:brown_linoleum"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:calcite_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:concrete"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_aquamarine_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_beige_concrete"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_blue_concrete"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_brick_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_calcite_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_concrete"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_dark_brick_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_dark_green_concrete"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_deepslate_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_diorite_bricks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_dripstone_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_green_bricks_mixed"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_green_bricks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_green_concrete"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_green_white_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_light_blue_bricks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_light_blue_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_orange_concrete"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_red_bricks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_red_concrete"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_sand_bricks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_sand_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_teal_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_tuff_bricks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_tuff_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_white_concrete"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cracked_yellow_concrete"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cross_acacia_planks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cross_birch_planks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cross_cherry_planks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cross_crimson_planks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cross_dark_oak_planks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cross_jungle_planks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cross_mangrove_planks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cross_oak_planks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cross_sand_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cross_spruce_planks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cross_warped_planks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:cyan_linoleum"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:dark_brick_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:dark_green_concrete"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:deepslate_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:diorite_bricks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:dirty_aquamarine_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:dirty_brick_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:dirty_dark_brick_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:dripstone_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:gray_linoleum"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:green_bricks_mixed"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:green_bricks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:green_concrete"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:green_linoleum"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:green_white_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:herringbone_acacia_planks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:herringbone_bamboo_planks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:herringbone_birch_planks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:herringbone_cherry_planks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:herringbone_crimson_planks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:herringbone_dark_oak_parquet"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:herringbone_dark_oak_planks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:herringbone_jungle_planks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:herringbone_mangrove_planks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:herringbone_oak_planks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:herringbone_sand_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:herringbone_spruce_planks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:herringbone_warped_planks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:light_blue_bricks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:light_blue_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:metal_plating"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:mossy_aquamarine_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:mossy_brick_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:mossy_calcite_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:mossy_dark_brick_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:mossy_deepslate_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:mossy_diorite_bricks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:mossy_dripstone_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:mossy_green_bricks_mixed"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:mossy_green_bricks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:mossy_green_white_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:mossy_light_blue_bricks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:mossy_light_blue_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:mossy_red_bricks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:mossy_sand_bricks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:mossy_sand_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:mossy_teal_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:mossy_tuff_bricks"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:mossy_tuff_tiles"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:nii_floor"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:orange_concrete"
},

View file

@ -1,6 +1,6 @@
{
"type": "minecraft:stonecutting",
"count": 2,
"count": 1,
"ingredient": {
"item": "new_soviet:orange_linoleum"
},

Some files were not shown because too many files have changed in this diff Show more