added thicker and even thicker end rod and advancements

This commit is contained in:
J-onasJones 2024-10-06 17:24:45 +02:00
parent 0fec88bf8a
commit ed3eae942f
17 changed files with 376 additions and 0 deletions

View file

@ -0,0 +1,30 @@
{
"variants": {
"facing=down": {
"model": "nec:block/even_thicker_end_rod",
"x": 180
},
"facing=east": {
"model": "nec:block/even_thicker_end_rod",
"x": 90,
"y": 90
},
"facing=north": {
"model": "nec:block/even_thicker_end_rod",
"x": 90
},
"facing=south": {
"model": "nec:block/even_thicker_end_rod",
"x": 90,
"y": 180
},
"facing=up": {
"model": "nec:block/even_thicker_end_rod"
},
"facing=west": {
"model": "nec:block/even_thicker_end_rod",
"x": 90,
"y": 270
}
}
}

View file

@ -0,0 +1,30 @@
{
"variants": {
"facing=down": {
"model": "nec:block/thicker_end_rod",
"x": 180
},
"facing=east": {
"model": "nec:block/thicker_end_rod",
"x": 90,
"y": 90
},
"facing=north": {
"model": "nec:block/thicker_end_rod",
"x": 90
},
"facing=south": {
"model": "nec:block/thicker_end_rod",
"x": 90,
"y": 180
},
"facing=up": {
"model": "nec:block/thicker_end_rod"
},
"facing=west": {
"model": "nec:block/thicker_end_rod",
"x": 90,
"y": 270
}
}
}

View file

@ -16,6 +16,10 @@
"advancements.nec.root.title": "Not Enough Cursedness",
"advancements.nec.thick_end_rod.title": "Du bist dicker als sonst!",
"advancements.nec.thick_end_rod.description": "Bekomme einen dicken Endstab",
"advancements.nec.thicker_end_rod.title": "Hast den dickeren Bruder gefunden!",
"advancements.nec.thicker_end_rod.description": "Bekomme einen Dickeren Endstab",
"advancements.nec.even_thicker_end_rod.title": "Der hier ist der dickste!",
"advancements.nec.even_thicker_end_rod.description": "Bekomme einen Noch Dickeren Endstab",
"advancements.nec.lapis_golden_apple.title": "Verdammt, du bist geizig!",
"advancements.nec.lapis_golden_apple.description": "Crafte einen Wenn du nicht genug Gold hast, also benutzt du Lapis stattdessen Goldener Apfel",

View file

@ -16,6 +16,10 @@
"advancements.nec.root.title": "Not Enough Cursedness",
"advancements.nec.thick_end_rod.title": "You're thicker than usual!",
"advancements.nec.thick_end_rod.description": "Obtain a Thick End Rod",
"advancements.nec.thicker_end_rod.title": "Found the thicker Brother!",
"advancements.nec.thicker_end_rod.description": "Obtain a Thicker End Rod",
"advancements.nec.even_thicker_end_rod.title": "This one is the thickest!",
"advancements.nec.even_thicker_end_rod.description": "Obtain an Even Thicker End Rod",
"advancements.nec.lapis_golden_apple.title": "Damn You're cheap!",
"advancements.nec.lapis_golden_apple.description": "Craft a When You Don't Have Enough Gold So You Use Lapis Instead Golden Apple",
@ -31,6 +35,8 @@
"block.nec.java_block": "Java Block",
"block.nec.pocket_block": "Pocket Block",
"block.nec.thick_end_rod": "Thick End Rod",
"block.nec.thicker_end_rod": "Thicker End Rod",
"block.nec.even_thicker_end_rod": "Even Thicker End Rod",
"item.nec.ak_47": "AK-47",
"item.nec.chainmail": "Chainmail",
"item.nec.dirt_sword": "Dirt Sword",

View file

@ -0,0 +1,41 @@
{
"parent": "block/block",
"textures": {
"0": "nec:block/thick_end_rod",
"particle": "nec:block/thick_end_rod"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 1, 16],
"faces": {
"north": {"uv": [2, 6, 6, 7], "texture": "#0"},
"east": {"uv": [2, 6, 6, 7], "texture": "#0"},
"south": {"uv": [2, 6, 6, 7], "texture": "#0"},
"west": {"uv": [2, 6, 6, 7], "texture": "#0"},
"up": {"uv": [2, 2, 6, 6], "texture": "#0"},
"down": {"uv": [6, 8, 2, 7], "texture": "#0", "cullface": "down"}
}
},
{
"from": [1, 1, 1],
"to": [15, 16, 15],
"faces": {
"north": {"uv": [0, 0, 2, 15], "texture": "#0"},
"east": {"uv": [0, 0, 2, 15], "texture": "#0"},
"south": {"uv": [0, 0, 2, 15], "texture": "#0"},
"west": {"uv": [0, 0, 2, 15], "texture": "#0"},
"up": {"uv": [2, 0, 4, 2], "texture": "#0", "cullface": "up"}
}
}
],
"display": {
"thirdperson_righthand": {
"scale": [0.375, 0.375, 0.375]
},
"head": {
"rotation": [-60, 0, 0],
"translation": [0, 5, -9]
}
}
}

View file

@ -0,0 +1,41 @@
{
"parent": "block/block",
"textures": {
"0": "nec:block/thick_end_rod",
"particle": "nec:block/thick_end_rod"
},
"elements": [
{
"from": [2, 0, 2],
"to": [14, 1, 14],
"faces": {
"north": {"uv": [2, 6, 6, 7], "texture": "#0"},
"east": {"uv": [2, 6, 6, 7], "texture": "#0"},
"south": {"uv": [2, 6, 6, 7], "texture": "#0"},
"west": {"uv": [2, 6, 6, 7], "texture": "#0"},
"up": {"uv": [2, 2, 6, 6], "texture": "#0"},
"down": {"uv": [6, 8, 2, 7], "texture": "#0", "cullface": "down"}
}
},
{
"from": [3, 1, 3],
"to": [13, 16, 13],
"faces": {
"north": {"uv": [0, 0, 2, 15], "texture": "#0"},
"east": {"uv": [0, 0, 2, 15], "texture": "#0"},
"south": {"uv": [0, 0, 2, 15], "texture": "#0"},
"west": {"uv": [0, 0, 2, 15], "texture": "#0"},
"up": {"uv": [2, 0, 4, 2], "texture": "#0", "cullface": "up"}
}
}
],
"display": {
"thirdperson_righthand": {
"scale": [0.375, 0.375, 0.375]
},
"head": {
"rotation": [-60, 0, 0],
"translation": [0, 5, -9]
}
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "nec:block/even_thicker_end_rod"
}

View file

@ -0,0 +1,3 @@
{
"parent": "nec:block/thicker_end_rod"
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "nec:even_thicker_end_rod"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "nec:thicker_end_rod"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}