Merge branch 'dev' into feature/create-6
This commit is contained in:
commit
d7fb2981fc
17 changed files with 748 additions and 328 deletions
|
|
@ -28,6 +28,12 @@
|
|||
"type": "patchouli:text",
|
||||
"title": "Bastions",
|
||||
"text": "Raiding a $(thing)Bastion$() might be very dangerous, but they can also be very rewarding! You can find things like:$(li)Gold, Rose Gold, Pig Iron, Black Bronze, and Silver ingots$(li)Black Bronze weapons, tools, and armor$(li)Kaolin clay and graphite$(li)Permanent light sources$(li)Cloth, leather, seeds, and food$(li)And other treasures!"
|
||||
},
|
||||
{
|
||||
"type": "patchouli:spotlight",
|
||||
"item": "tfg:piglin_disguise",
|
||||
"title": "Piglin Disguise",
|
||||
"text": "If you want to ensure an easy time trading--or simply mingling with the locals--Put on a $(thing)Piglin Disguise$() to prevent $(thing)Piglins$() from being hostile with you on first sight. But beware! They only put up with so much..."
|
||||
}
|
||||
],
|
||||
"read_by_default": true
|
||||
|
|
|
|||
19
kubejs/assets/tfg/blockstates/piglin_disguise.json
Normal file
19
kubejs/assets/tfg/blockstates/piglin_disguise.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=east": {
|
||||
"model": "tfg:block/piglin_disguise",
|
||||
"y": 270
|
||||
},
|
||||
"facing=north": {
|
||||
"model": "tfg:block/piglin_disguise",
|
||||
"y": 180
|
||||
},
|
||||
"facing=south": {
|
||||
"model": "tfg:block/piglin_disguise"
|
||||
},
|
||||
"facing=west": {
|
||||
"model": "tfg:block/piglin_disguise",
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
8
kubejs/assets/tfg/blockstates/piglin_disguise_block.json
Normal file
8
kubejs/assets/tfg/blockstates/piglin_disguise_block.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "tfg:block/piglin_disguise_block" },
|
||||
"facing=south": { "model": "tfg:block/piglin_disguise_block", "y": 180 },
|
||||
"facing=west": { "model": "tfg:block/piglin_disguise_block", "y": 270 },
|
||||
"facing=east": { "model": "tfg:block/piglin_disguise_block", "y": 90 }
|
||||
}
|
||||
}
|
||||
|
|
@ -160,6 +160,8 @@
|
|||
"block.tfg.lunar_sprouts": "Lunar Lightgrass",
|
||||
"block.tfg.lunar_chorus_plant": "Chorus Plant",
|
||||
"block.tfg.lunar_chorus_flower": "Chorus Flower",
|
||||
"block.tfg.piglin_disguise_block": "Piglin Disguise",
|
||||
"item.tfg.piglin_disguise": "Piglin Disguise",
|
||||
"item.tfg.antipoison_pill": "Antipoison Pill",
|
||||
"item.tfg.haste_pill": "Haste Pill",
|
||||
"item.tfg.night_vision_pill": "Night Vision Pill",
|
||||
|
|
@ -2281,5 +2283,7 @@
|
|||
"quests.tfg_tips.fuck_go_back.desc": "To escape &4The Beneath&r, you need to reach the upper levels of the cave system, near the &dBedrock Ceiling.&r Staying still for a couple of seconds near the roof will transport you back to the &bOverworld&r, right where you stood on to get in.",
|
||||
"quests.tfg_tips.piglin_bartering.title": "Piglin Bartering",
|
||||
"quests.tfg_tips.piglin_bartering.subtitle": "We are not alone apparently",
|
||||
"quests.tfg_tips.piglin_bartering.desc": "The curious inhabitants of &4The Beneath&r have items to offer... Trade gold with them to get some useful resources, such as small amounts of &aMetals&r or &aLeather.&r\nCheck out the &2Field Guide&r for details about barter trades."
|
||||
"quests.tfg_tips.piglin_bartering.desc": "The curious inhabitants of &4The Beneath&r have items to offer... Trade gold with them to get some useful resources, such as small amounts of &aMetals&r or &aLeather.&r\nCheck out the &2Field Guide&r for details about barter trades.",
|
||||
"quests.tfg_tips.piglin_disguise.subtitle": "They'll never know...",
|
||||
"quests.tfg_tips.piglin_disguise.desc": "Do you feel like you don't belong?\n Do the &4Piglin&r attack you at your school because of your appearance?\n Try wearing a &aPiglin Disguise&r to ward off unwanted attention and blend right in."
|
||||
}
|
||||
203
kubejs/assets/tfg/models/block/piglin_disguise.json
Normal file
203
kubejs/assets/tfg/models/block/piglin_disguise.json
Normal file
|
|
@ -0,0 +1,203 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"1": "tfg:block/piglin_disguise",
|
||||
"particle": "minecraft:block/soul_sand"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [3, 0, 4],
|
||||
"to": [13, 8, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [3, 0, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [2, 2, 4.5, 4], "texture": "#1"},
|
||||
"east": {"uv": [0, 2, 2, 4], "texture": "#1"},
|
||||
"south": {"uv": [6.5, 2, 9, 4], "texture": "#1"},
|
||||
"west": {"uv": [4.5, 2, 6.5, 4], "texture": "#1"},
|
||||
"up": {"uv": [4.5, 2, 2, 0], "texture": "#1"},
|
||||
"down": {"uv": [7, 0, 4.5, 2], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 0, 3],
|
||||
"to": [6, 3, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [4, 1, 3]},
|
||||
"faces": {
|
||||
"north": {"uv": [0.75, 1, 1, 1.75], "texture": "#1"},
|
||||
"east": {"uv": [0.5, 1.25, 0.75, 2], "texture": "#1"},
|
||||
"south": {"uv": [1.25, 1.25, 1.5, 2], "texture": "#1"},
|
||||
"west": {"uv": [0.75, 1, 1, 1.75], "texture": "#1"},
|
||||
"up": {"uv": [1, 1.25, 0.75, 1], "texture": "#1"},
|
||||
"down": {"uv": [1.25, 1, 1, 1.25], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 0, 3],
|
||||
"to": [11, 3, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 1, 3]},
|
||||
"faces": {
|
||||
"north": {"uv": [0.75, 0, 1, 0.75], "texture": "#1"},
|
||||
"east": {"uv": [0.75, 0, 1, 0.75], "texture": "#1"},
|
||||
"south": {"uv": [1.5, 0.25, 1.75, 1], "texture": "#1"},
|
||||
"west": {"uv": [1.25, 0.25, 1.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [1.25, 0.25, 1, 0], "texture": "#1"},
|
||||
"down": {"uv": [1.5, 0, 1.25, 0.25], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 0, 3],
|
||||
"to": [10, 4, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 1, 3]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 0.5, 9, 1.5], "texture": "#1"},
|
||||
"east": {"uv": [7.75, 0.5, 8, 1.5], "texture": "#1"},
|
||||
"south": {"uv": [9.25, 0.5, 10.25, 1.5], "texture": "#1"},
|
||||
"west": {"uv": [9, 0.5, 9.25, 1.5], "texture": "#1"},
|
||||
"up": {"uv": [9, 0.5, 8, 0.25], "texture": "#1"},
|
||||
"down": {"uv": [10, 0.25, 9, 0.5], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14, 2, 6],
|
||||
"to": [15, 7, 10],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [15, 2, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [11, 2.5, 10.75, 3.75], "texture": "#1"},
|
||||
"east": {"uv": [12, 2.5, 11, 3.75], "texture": "#1"},
|
||||
"south": {"uv": [12.25, 2.5, 12, 3.75], "texture": "#1"},
|
||||
"west": {"uv": [10.75, 2.5, 9.75, 3.75], "texture": "#1"},
|
||||
"up": {"uv": [10.75, 2.5, 11, 1.5], "texture": "#1"},
|
||||
"down": {"uv": [11, 1.5, 11.25, 2.5], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1.53284, -0.67878, 6],
|
||||
"to": [2.53284, 4.32122, 10],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 2, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [13.75, 2.5, 14, 3.75], "texture": "#1"},
|
||||
"east": {"uv": [12.75, 2.5, 13.75, 3.75], "texture": "#1"},
|
||||
"south": {"uv": [15, 2.5, 15.25, 3.75], "texture": "#1"},
|
||||
"west": {"uv": [14, 2.5, 15, 3.75], "texture": "#1"},
|
||||
"up": {"uv": [14, 2.5, 13.75, 1.5], "texture": "#1"},
|
||||
"down": {"uv": [14.25, 1.5, 14, 2.5], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 3.6, 3.95],
|
||||
"to": [7, 5.6, 3.95],
|
||||
"rotation": {"angle": 45, "axis": "z", "origin": [5, 3.6, 3.95]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 0.75, 12.5, 1.25], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0, 0.5], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0, 0.5], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4.5, 3.9],
|
||||
"to": [6, 5.5, 3.9],
|
||||
"rotation": {"angle": -45, "axis": "z", "origin": [5, 5, 3.9]},
|
||||
"faces": {
|
||||
"north": {"uv": [11.25, 0.75, 11.5, 1.25], "rotation": 90, "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.25, 0], "rotation": 270, "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.25, 0.5], "rotation": 270, "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.25, 0], "rotation": 270, "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0, 0.5], "rotation": 270, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0, 0.5], "rotation": 270, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4.5, 3.85],
|
||||
"to": [6, 5.5, 3.85],
|
||||
"rotation": {"angle": 45, "axis": "z", "origin": [5, 5, 3.85]},
|
||||
"faces": {
|
||||
"north": {"uv": [11.25, 0.75, 11.5, 1.25], "rotation": 90, "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.25, 0], "rotation": 270, "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.25, 0.5], "rotation": 270, "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.25, 0], "rotation": 270, "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0, 0.5], "rotation": 270, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0, 0.5], "rotation": 270, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 3.6, 3.95],
|
||||
"to": [13, 5.6, 3.95],
|
||||
"rotation": {"angle": 45, "axis": "z", "origin": [11, 3.6, 3.95]},
|
||||
"faces": {
|
||||
"north": {"uv": [12.5, 0.75, 13, 1.25], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0, 0.5], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0, 0.5], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 4.5, 3.9],
|
||||
"to": [12, 5.5, 3.9],
|
||||
"rotation": {"angle": -45, "axis": "z", "origin": [11, 5, 3.9]},
|
||||
"faces": {
|
||||
"north": {"uv": [13.25, 0.75, 13.5, 1.25], "rotation": 90, "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.25, 0], "rotation": 270, "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.25, 0.5], "rotation": 270, "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.25, 0], "rotation": 270, "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0, 0.5], "rotation": 270, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0, 0.5], "rotation": 270, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 4.5, 3.85],
|
||||
"to": [12, 5.5, 3.85],
|
||||
"rotation": {"angle": 45, "axis": "z", "origin": [11, 5, 3.85]},
|
||||
"faces": {
|
||||
"north": {"uv": [13.25, 0.75, 13.5, 1.25], "rotation": 90, "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.25, 0], "rotation": 270, "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.25, 0.5], "rotation": 270, "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.25, 0], "rotation": 270, "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0, 0.5], "rotation": 270, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0, 0.5], "rotation": 270, "texture": "#1"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [75, 45, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [75, 45, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, 45, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, 225, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 3, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 145, 0],
|
||||
"translation": [0, 3.5, 0]
|
||||
},
|
||||
"head": {
|
||||
"translation": [0, 7, 0],
|
||||
"scale": [1.75, 1.75, 2.25]
|
||||
},
|
||||
"fixed": {
|
||||
"translation": [0, 4, 0]
|
||||
}
|
||||
}
|
||||
}
|
||||
203
kubejs/assets/tfg/models/block/piglin_disguise_block.json
Normal file
203
kubejs/assets/tfg/models/block/piglin_disguise_block.json
Normal file
|
|
@ -0,0 +1,203 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [64, 64],
|
||||
"textures": {
|
||||
"1": "tfg:block/piglin_disguise",
|
||||
"particle": "minecraft:block/soul_sand"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [3, 0, 4],
|
||||
"to": [13, 8, 12],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [3, 0, 4]},
|
||||
"faces": {
|
||||
"north": {"uv": [2, 2, 4.5, 4], "texture": "#1"},
|
||||
"east": {"uv": [0, 2, 2, 4], "texture": "#1"},
|
||||
"south": {"uv": [6.5, 2, 9, 4], "texture": "#1"},
|
||||
"west": {"uv": [4.5, 2, 6.5, 4], "texture": "#1"},
|
||||
"up": {"uv": [4.5, 2, 2, 0], "texture": "#1"},
|
||||
"down": {"uv": [7, 0, 4.5, 2], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 0, 3],
|
||||
"to": [6, 3, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [4, 1, 3]},
|
||||
"faces": {
|
||||
"north": {"uv": [0.75, 1, 1, 1.75], "texture": "#1"},
|
||||
"east": {"uv": [0.5, 1.25, 0.75, 2], "texture": "#1"},
|
||||
"south": {"uv": [1.25, 1.25, 1.5, 2], "texture": "#1"},
|
||||
"west": {"uv": [0.75, 1, 1, 1.75], "texture": "#1"},
|
||||
"up": {"uv": [1, 1.25, 0.75, 1], "texture": "#1"},
|
||||
"down": {"uv": [1.25, 1, 1, 1.25], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 0, 3],
|
||||
"to": [11, 3, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 1, 3]},
|
||||
"faces": {
|
||||
"north": {"uv": [0.75, 0, 1, 0.75], "texture": "#1"},
|
||||
"east": {"uv": [0.75, 0, 1, 0.75], "texture": "#1"},
|
||||
"south": {"uv": [1.5, 0.25, 1.75, 1], "texture": "#1"},
|
||||
"west": {"uv": [1.25, 0.25, 1.5, 1], "texture": "#1"},
|
||||
"up": {"uv": [1.25, 0.25, 1, 0], "texture": "#1"},
|
||||
"down": {"uv": [1.5, 0, 1.25, 0.25], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [6, 0, 3],
|
||||
"to": [10, 4, 4],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [6, 1, 3]},
|
||||
"faces": {
|
||||
"north": {"uv": [8, 0.5, 9, 1.5], "texture": "#1"},
|
||||
"east": {"uv": [7.75, 0.5, 8, 1.5], "texture": "#1"},
|
||||
"south": {"uv": [9.25, 0.5, 10.25, 1.5], "texture": "#1"},
|
||||
"west": {"uv": [9, 0.5, 9.25, 1.5], "texture": "#1"},
|
||||
"up": {"uv": [9, 0.5, 8, 0.25], "texture": "#1"},
|
||||
"down": {"uv": [10, 0.25, 9, 0.5], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14, 2, 6],
|
||||
"to": [15, 7, 10],
|
||||
"rotation": {"angle": 22.5, "axis": "z", "origin": [15, 2, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [11, 2.5, 10.75, 3.75], "texture": "#1"},
|
||||
"east": {"uv": [12, 2.5, 11, 3.75], "texture": "#1"},
|
||||
"south": {"uv": [12.25, 2.5, 12, 3.75], "texture": "#1"},
|
||||
"west": {"uv": [10.75, 2.5, 9.75, 3.75], "texture": "#1"},
|
||||
"up": {"uv": [10.75, 2.5, 11, 1.5], "texture": "#1"},
|
||||
"down": {"uv": [11, 1.5, 11.25, 2.5], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1.53284, -0.67878, 6],
|
||||
"to": [2.53284, 4.32122, 10],
|
||||
"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 2, 6]},
|
||||
"faces": {
|
||||
"north": {"uv": [13.75, 2.5, 14, 3.75], "texture": "#1"},
|
||||
"east": {"uv": [12.75, 2.5, 13.75, 3.75], "texture": "#1"},
|
||||
"south": {"uv": [15, 2.5, 15.25, 3.75], "texture": "#1"},
|
||||
"west": {"uv": [14, 2.5, 15, 3.75], "texture": "#1"},
|
||||
"up": {"uv": [14, 2.5, 13.75, 1.5], "texture": "#1"},
|
||||
"down": {"uv": [14.25, 1.5, 14, 2.5], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5, 3.6, 3.95],
|
||||
"to": [7, 5.6, 3.95],
|
||||
"rotation": {"angle": 45, "axis": "z", "origin": [5, 3.6, 3.95]},
|
||||
"faces": {
|
||||
"north": {"uv": [12, 0.75, 12.5, 1.25], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0, 0.5], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0, 0.5], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4.5, 3.9],
|
||||
"to": [6, 5.5, 3.9],
|
||||
"rotation": {"angle": -45, "axis": "z", "origin": [5, 5, 3.9]},
|
||||
"faces": {
|
||||
"north": {"uv": [11.25, 0.75, 11.5, 1.25], "rotation": 90, "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.25, 0], "rotation": 270, "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.25, 0.5], "rotation": 270, "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.25, 0], "rotation": 270, "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0, 0.5], "rotation": 270, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0, 0.5], "rotation": 270, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [4, 4.5, 3.85],
|
||||
"to": [6, 5.5, 3.85],
|
||||
"rotation": {"angle": 45, "axis": "z", "origin": [5, 5, 3.85]},
|
||||
"faces": {
|
||||
"north": {"uv": [11.25, 0.75, 11.5, 1.25], "rotation": 90, "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.25, 0], "rotation": 270, "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.25, 0.5], "rotation": 270, "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.25, 0], "rotation": 270, "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0, 0.5], "rotation": 270, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0, 0.5], "rotation": 270, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [11, 3.6, 3.95],
|
||||
"to": [13, 5.6, 3.95],
|
||||
"rotation": {"angle": 45, "axis": "z", "origin": [11, 3.6, 3.95]},
|
||||
"faces": {
|
||||
"north": {"uv": [12.5, 0.75, 13, 1.25], "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0, 0.5], "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.5, 0.5], "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0, 0.5], "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0.5, 0], "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0.5, 0], "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 4.5, 3.9],
|
||||
"to": [12, 5.5, 3.9],
|
||||
"rotation": {"angle": -45, "axis": "z", "origin": [11, 5, 3.9]},
|
||||
"faces": {
|
||||
"north": {"uv": [13.25, 0.75, 13.5, 1.25], "rotation": 90, "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.25, 0], "rotation": 270, "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.25, 0.5], "rotation": 270, "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.25, 0], "rotation": 270, "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0, 0.5], "rotation": 270, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0, 0.5], "rotation": 270, "texture": "#1"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [10, 4.5, 3.85],
|
||||
"to": [12, 5.5, 3.85],
|
||||
"rotation": {"angle": 45, "axis": "z", "origin": [11, 5, 3.85]},
|
||||
"faces": {
|
||||
"north": {"uv": [13.25, 0.75, 13.5, 1.25], "rotation": 90, "texture": "#1"},
|
||||
"east": {"uv": [0, 0, 0.25, 0], "rotation": 270, "texture": "#1"},
|
||||
"south": {"uv": [0, 0, 0.25, 0.5], "rotation": 270, "texture": "#1"},
|
||||
"west": {"uv": [0, 0, 0.25, 0], "rotation": 270, "texture": "#1"},
|
||||
"up": {"uv": [0, 0, 0, 0.5], "rotation": 270, "texture": "#1"},
|
||||
"down": {"uv": [0, 0, 0, 0.5], "rotation": 270, "texture": "#1"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [75, 45, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [75, 45, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, 45, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, 225, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 3, 0],
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 145, 0],
|
||||
"translation": [0, 3.5, 0]
|
||||
},
|
||||
"head": {
|
||||
"translation": [0, 7, 0],
|
||||
"scale": [1.75, 1.75, 2.25]
|
||||
},
|
||||
"fixed": {
|
||||
"translation": [0, 4, 0]
|
||||
}
|
||||
}
|
||||
}
|
||||
3
kubejs/assets/tfg/models/item/piglin_disguise.json
Normal file
3
kubejs/assets/tfg/models/item/piglin_disguise.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "tfg:block/piglin_disguise_block"
|
||||
}
|
||||
3
kubejs/assets/tfg/models/item/piglin_disguise_block.json
Normal file
3
kubejs/assets/tfg/models/item/piglin_disguise_block.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"parent": "tfg:block/piglin_disguise_block"
|
||||
}
|
||||
BIN
kubejs/assets/tfg/textures/block/piglin_disguise.png
Normal file
BIN
kubejs/assets/tfg/textures/block/piglin_disguise.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
|
|
@ -397,4 +397,20 @@ function registerTFGMiscellaneousRecipes(event) {
|
|||
event.shapeless('1x minecraft:armor_stand', [
|
||||
'tfg:armor_stand_arms'
|
||||
]).id(`tfg:shapeless/armor_stand`)
|
||||
|
||||
event.recipes.tfc.sewing(
|
||||
'1x tfg:piglin_disguise',
|
||||
[
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 1, 1, 0, 0, 0, 1, 1, 0,
|
||||
0, 1, 1, 1, 0, 1, 1, 1, 0,
|
||||
0, 0, 1, 1, 0, 1, 1, 0, 0,
|
||||
0, 0, 1, 1, 0, 1, 1, 0, 0
|
||||
], [
|
||||
1, 1, 1, 1, 1, 1, 1, 1,
|
||||
1, 0, 1, 0, 0, 1, 0, 1,
|
||||
1, -1, 0, 0, 0, 0, -1, 1,
|
||||
1, -1, 0, 0, 0, 0, -1, 1
|
||||
]
|
||||
).id('tfg:sewing/piglin_disguise')
|
||||
}
|
||||
|
|
@ -2,6 +2,12 @@ const registerTFGItemTags = (event) => {
|
|||
|
||||
registerTFGTrimTags(event)
|
||||
|
||||
//temporary hidden items
|
||||
event.add('c:hidden_from_recipe_viewers', 'tfg:geyser_source_small')
|
||||
event.add('c:hidden_from_recipe_viewers', 'tfg:geyser_source')
|
||||
event.add('c:hidden_from_recipe_viewers', 'tfg:stromatolite_cluster_small')
|
||||
event.add('c:hidden_from_recipe_viewers', 'tfg:stromatolite_cluster_medium')
|
||||
|
||||
//Decorative Vases
|
||||
global.MINECRAFT_DYE_NAMES.forEach(color => {
|
||||
event.add('c:hidden_from_recipe_viewers', `tfg:decorative_vase/generated/${color}`)
|
||||
|
|
@ -15,7 +21,7 @@ const registerTFGItemTags = (event) => {
|
|||
//Knapping
|
||||
event.add('tfc:any_knapping', 'minecraft:flint')
|
||||
|
||||
//Tools
|
||||
//Tools & Armor
|
||||
event.add('forge:tools/fishing_nets', 'tfg:fishing_net/wood')
|
||||
event.add('forge:tools/fishing_nets', 'tfg:fishing_net/brass')
|
||||
event.add('forge:tools/fishing_nets', 'tfg:fishing_net/rose_gold')
|
||||
|
|
@ -24,6 +30,8 @@ const registerTFGItemTags = (event) => {
|
|||
event.add('forge:tools/fishing_nets', 'tfg:fishing_net/tin_alloy')
|
||||
event.add('forge:tools/fishing_nets', 'tfg:fishing_net/cupronickel')
|
||||
event.add('forge:tools/fishing_nets', 'tfg:fishing_net/magnalium')
|
||||
|
||||
event.add('minecraft:piglin_loved', 'tfg:piglin_disguise')
|
||||
|
||||
// #region Paper from wood
|
||||
|
||||
|
|
|
|||
|
|
@ -197,7 +197,8 @@ function registerVintageImprovementsRecipes(event) {
|
|||
{ material: GTMaterials.Gold, blows: STARTING_BLOWS },
|
||||
{ material: GTMaterials.Bismuth, blows: STARTING_BLOWS },
|
||||
{ material: GTMaterials.RoseGold, blows: STARTING_BLOWS },
|
||||
{ material: GTMaterials.SterlingSilver, blows: STARTING_BLOWS }
|
||||
{ material: GTMaterials.SterlingSilver, blows: STARTING_BLOWS },
|
||||
{ material: GTMaterials.Tin, blows: STARTING_BLOWS }
|
||||
]
|
||||
|
||||
let HAMMERING_ITEMS = [
|
||||
|
|
@ -413,7 +414,7 @@ function registerVintageImprovementsRecipes(event) {
|
|||
results: [ChemicalHelper.get(TFGTagPrefix.ingotDouble, material, 1)],
|
||||
processingTime: material.getMass() * 6 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER
|
||||
}).id(`tfg:vi/pressurizing/${material.getName()}_double_ingot`)
|
||||
|
||||
|
||||
const plateItem = ChemicalHelper.get(TagPrefix.plate, material, 1);
|
||||
|
||||
event.custom({
|
||||
|
|
@ -511,9 +512,9 @@ function registerVintageImprovementsRecipes(event) {
|
|||
|
||||
event.custom({
|
||||
type: 'vintageimprovements:curving',
|
||||
ingredients: [ input ],
|
||||
ingredients: [input],
|
||||
itemAsHead: r.inputs.item[1].content.ingredient.item,
|
||||
results: [ output ],
|
||||
results: [output],
|
||||
processingTime: r.duration * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER
|
||||
}).id(`tfg:vi/curving/${recipe.getId().split(':')[1]}`)
|
||||
}
|
||||
|
|
@ -604,10 +605,10 @@ function registerVintageImprovementsRecipes(event) {
|
|||
event.custom({
|
||||
type: 'vintageimprovements:vacuumizing',
|
||||
ingredients: [{ fluid: 'tfg:vulcanized_latex', amount: 250 }],
|
||||
results: [{ item: 'gtceu:raw_rubber_dust'}],
|
||||
results: [{ item: 'gtceu:raw_rubber_dust' }],
|
||||
processingTime: 120
|
||||
}).id('tfg:vi/vacuumizing/vulcanized_latex_to_raw_rubber')
|
||||
|
||||
|
||||
// #endregion
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue