get update from school pc since github banned us :(
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "szar:block/ender_obsidian"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "szar:block/ender_ore"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -202,5 +202,9 @@
|
||||
|
||||
"block.szar.chorus_endstone": "Chorus EndStone",
|
||||
"block.szar.small_chorus": "Small Chorus",
|
||||
"block.szar.small_chorus_flower": "Small Chorus Flower"
|
||||
"block.szar.small_chorus_flower": "Small Chorus Flower",
|
||||
"block.szar.ender_obsidian": "Ender Obsidian",
|
||||
"block.szar.ender_ore": "Ender Ore",
|
||||
"item.szar.raw_ender": "Raw Ender",
|
||||
"item.szar.ender_ingot": "Ender Ingot"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "szar:block/ender_obsidian"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:block/cube_all",
|
||||
"textures": {
|
||||
"all": "szar:block/ender_ore"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "szar:item/ender_ingot"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "szar:block/ender_obsidian"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"parent": "szar:block/ender_ore"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "szar:item/raw_ender"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 315 B |
BIN
src/main/resources/assets/szar/textures/block/ender_obsidian.png
Normal file
BIN
src/main/resources/assets/szar/textures/block/ender_obsidian.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 581 B |
BIN
src/main/resources/assets/szar/textures/block/ender_ore.png
Normal file
BIN
src/main/resources/assets/szar/textures/block/ender_ore.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 489 B |
BIN
src/main/resources/assets/szar/textures/item/ender_ingot.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/ender_ingot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 367 B |
BIN
src/main/resources/assets/szar/textures/item/raw_ender.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/raw_ender.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 441 B |
BIN
src/main/resources/assets/szar/textures/item/raw_ender_1.png
Normal file
BIN
src/main/resources/assets/szar/textures/item/raw_ender_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 359 B |
@@ -3,6 +3,8 @@
|
||||
"values": [
|
||||
"szar:uranium_ore",
|
||||
"szar:niggerite_block",
|
||||
"szar:chorus_endstone"
|
||||
"szar:chorus_endstone",
|
||||
"szar:ender_ore",
|
||||
"szar:ender_obsidian"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "szar:ender_ore",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
],
|
||||
"items": [
|
||||
"minecraft:diamond_pickaxe",
|
||||
"minecraft:netherite_pickaxe"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "szar:raw_ender",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"items": [
|
||||
"minecraft:netherite_pickaxe"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
9
src/main/resources/data/szar/recipes/ender_ingot.json
Normal file
9
src/main/resources/data/szar/recipes/ender_ingot.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:smelting",
|
||||
"ingredient": {
|
||||
"item": "szar:raw_ender"
|
||||
},
|
||||
"result": "szar:ender_ingot",
|
||||
"experience": 5.0,
|
||||
"cookingtime": 400
|
||||
}
|
||||
Reference in New Issue
Block a user