-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Model Fixes, Loot Tables, Lang Fixes
- Loading branch information
1 parent
14cfdf4
commit d0fdc8a
Showing
100 changed files
with
4,211 additions
and
39 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
src/main/java/net/saishovibes/back_in_classic/Back_In_Classic_Client.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
package net.saishovibes.back_in_classic; | ||
|
||
import net.fabricmc.api.ClientModInitializer; | ||
import net.fabricmc.fabric.api.blockrenderlayer.v1.BlockRenderLayerMap; | ||
import net.minecraft.client.render.RenderLayer; | ||
import net.saishovibes.back_in_classic.registry.back_in_classic_blocks; | ||
import net.saishovibes.back_in_classic.registry.back_in_classic_items; | ||
|
||
public class Back_In_Classic_Client implements ClientModInitializer { | ||
public void onInitializeClient() { | ||
BlockRenderLayerMap.INSTANCE.putBlock(back_in_classic_blocks.BLUE_ROSE, RenderLayer.getCutout()); | ||
BlockRenderLayerMap.INSTANCE.putBlock(back_in_classic_blocks.RED_ROSE, RenderLayer.getCutout()); | ||
BlockRenderLayerMap.INSTANCE.putBlock(back_in_classic_blocks.PAEONIA, RenderLayer.getCutout()); | ||
BlockRenderLayerMap.INSTANCE.putBlock(back_in_classic_blocks.SHRUB, RenderLayer.getCutout()); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/back_in_classic/blockstates/blue_rose.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "back_in_classic:block/blue_rose" | ||
} | ||
} | ||
} |
7 changes: 0 additions & 7 deletions
7
src/main/resources/assets/back_in_classic/blockstates/blue_rose_flower.json
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/back_in_classic/blockstates/red_rose.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"variants": { | ||
"": { | ||
"model": "back_in_classic:block/red_rose" | ||
} | ||
} | ||
} |
7 changes: 0 additions & 7 deletions
7
src/main/resources/assets/back_in_classic/blockstates/rose_flower.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 4 additions & 8 deletions
12
src/main/resources/assets/back_in_classic/models/block/sod_slab_top.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
{ | ||
"parent": "block/cube", | ||
"parent": "block/slab_top", | ||
"textures": { | ||
"down": "back_in_classic:block/dirt", | ||
"up": "back_in_classic:block/grass_top", | ||
"north": "back_in_classic:block/grass_side", | ||
"south": "back_in_classic:block/grass_side", | ||
"east": "back_in_classic:block/grass_side", | ||
"west": "back_in_classic:block/grass_side", | ||
"particle": "back_in_classic:block/grass_top" | ||
"bottom": "back_in_classic:block/grass_top", | ||
"top": "back_in_classic:block/grass_top", | ||
"side": "back_in_classic:block/grass_top" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
Binary file modified
BIN
-137 Bytes
(78%)
src/main/resources/assets/back_in_classic/textures/block/shrub_single.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 64 additions & 0 deletions
64
src/main/resources/data/back_in_classic/loot_tables/blocks/crushed_gravel.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:alternatives", | ||
"children": [ | ||
{ | ||
"type": "minecraft:item", | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:match_tool", | ||
"predicate": { | ||
"enchantments": [ | ||
{ | ||
"enchantment": "minecraft:silk_touch", | ||
"levels": { | ||
"min": 1 | ||
} | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"name": "back_in_classic:crushed_gravel" | ||
}, | ||
{ | ||
"type": "minecraft:alternatives", | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
], | ||
"children": [ | ||
{ | ||
"type": "minecraft:item", | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:table_bonus", | ||
"enchantment": "minecraft:fortune", | ||
"chances": [ | ||
0.25, | ||
0.35, | ||
0.59, | ||
1.0 | ||
] | ||
} | ||
], | ||
"name": "minecraft:flint" | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"name": "back_in_classic:crushed_gravel" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
13 changes: 13 additions & 0 deletions
13
src/main/resources/data/back_in_classic/recipes/blue_rose_dye.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"group": "back_in_classic", | ||
"type": "minecraft:crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "back_in_classic:blue_rose_flower" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:light_blue_dye", | ||
"count": 1 | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
src/main/resources/data/back_in_classic/recipes/boat_craft.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"group": "back_in_classic", | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"0 2", | ||
"345" | ||
], | ||
"key": { | ||
"0": { | ||
"item": "minecraft:stick" | ||
}, | ||
"2": { | ||
"item": "minecraft:stick" | ||
}, | ||
"3": { | ||
"tag": "minecraft:planks" | ||
}, | ||
"4": { | ||
"tag": "minecraft:planks" | ||
}, | ||
"5": { | ||
"tag": "minecraft:planks" | ||
} | ||
}, | ||
"result": { | ||
"item": "back_in_classic:boat_item", | ||
"count": 1 | ||
} | ||
} |
26 changes: 26 additions & 0 deletions
26
src/main/resources/data/back_in_classic/recipes/chain_boots.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"group": "back_in_classic", | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"0 2", | ||
"3 5" | ||
], | ||
"key": { | ||
"0": { | ||
"item": "back_in_classic:fire" | ||
}, | ||
"2": { | ||
"item": "back_in_classic:fire" | ||
}, | ||
"3": { | ||
"item": "back_in_classic:fire" | ||
}, | ||
"5": { | ||
"item": "back_in_classic:fire" | ||
} | ||
}, | ||
"result": { | ||
"item": "minecraft:chainmail_boots", | ||
"count": 1 | ||
} | ||
} |
39 changes: 39 additions & 0 deletions
39
src/main/resources/data/back_in_classic/recipes/chain_chestplate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"group": "back_in_classic", | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"0 2", | ||
"345", | ||
"678" | ||
], | ||
"key": { | ||
"0": { | ||
"item": "back_in_classic:fire" | ||
}, | ||
"2": { | ||
"item": "back_in_classic:fire" | ||
}, | ||
"3": { | ||
"item": "back_in_classic:fire" | ||
}, | ||
"4": { | ||
"item": "back_in_classic:fire" | ||
}, | ||
"5": { | ||
"item": "back_in_classic:fire" | ||
}, | ||
"6": { | ||
"item": "back_in_classic:fire" | ||
}, | ||
"7": { | ||
"item": "back_in_classic:fire" | ||
}, | ||
"8": { | ||
"item": "back_in_classic:fire" | ||
} | ||
}, | ||
"result": { | ||
"item": "minecraft:chainmail_chestplate", | ||
"count": 1 | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
src/main/resources/data/back_in_classic/recipes/chain_helmet.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"group": "back_in_classic", | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"012", | ||
"3 5" | ||
], | ||
"key": { | ||
"0": { | ||
"item": "back_in_classic:fire" | ||
}, | ||
"1": { | ||
"item": "back_in_classic:fire" | ||
}, | ||
"2": { | ||
"item": "back_in_classic:fire" | ||
}, | ||
"3": { | ||
"item": "back_in_classic:fire" | ||
}, | ||
"5": { | ||
"item": "back_in_classic:fire" | ||
} | ||
}, | ||
"result": { | ||
"item": "minecraft:chainmail_helmet", | ||
"count": 1 | ||
} | ||
} |
36 changes: 36 additions & 0 deletions
36
src/main/resources/data/back_in_classic/recipes/chain_leggings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"group": "back_in_classic", | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"012", | ||
"3 5", | ||
"6 8" | ||
], | ||
"key": { | ||
"0": { | ||
"item": "back_in_classic:fire" | ||
}, | ||
"1": { | ||
"item": "back_in_classic:fire" | ||
}, | ||
"2": { | ||
"item": "back_in_classic:fire" | ||
}, | ||
"3": { | ||
"item": "back_in_classic:fire" | ||
}, | ||
"5": { | ||
"item": "back_in_classic:fire" | ||
}, | ||
"6": { | ||
"item": "back_in_classic:fire" | ||
}, | ||
"8": { | ||
"item": "back_in_classic:fire" | ||
} | ||
}, | ||
"result": { | ||
"item": "minecraft:chainmail_leggings", | ||
"count": 1 | ||
} | ||
} |
Oops, something went wrong.