Dice, please fix
This commit is contained in:
parent
ab7293e855
commit
3c3b802ab9
16 changed files with 256 additions and 5 deletions
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"variants": {
|
||||
"": {
|
||||
"model": "new_soviet:block/landmine"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -2,6 +2,7 @@
|
|||
"itemGroup.new_soviet.building_blocks": "Soviet Building Blocks",
|
||||
"itemGroup.new_soviet.items": "Soviet Items",
|
||||
"itemGroup.new_soviet.custom": "Soviet Additions",
|
||||
"itemGroup.new_soviet.combat": "Soviet Combat",
|
||||
"block.new_soviet.sand_tiles": "Sand Tiles",
|
||||
"block.new_soviet.cracked_sand_tiles": "Cracked Sand Tiles",
|
||||
"block.new_soviet.mossy_sand_tiles": "Mossy Sand Tiles",
|
||||
|
@ -126,6 +127,9 @@
|
|||
"block.new_soviet.radio": "Radio",
|
||||
"block.new_soviet.lamp": "Lamp",
|
||||
"block.new_soviet.ceiling_fan": "Ceiling Fan",
|
||||
"block.new_soviet.siren": "Siren"
|
||||
|
||||
"block.new_soviet.siren": "Siren",
|
||||
"item.new_soviet.dice": "Dice",
|
||||
"item.new_soviet.dice.thrown": "Dice was thrown with result:",
|
||||
"subtitles.new_soviet.dice_throw": "Dice thrown",
|
||||
"block.new_soviet.landmine": "AP Landmine"
|
||||
}
|
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"texture_size": [32, 32],
|
||||
"textures": {
|
||||
"0": "new_soviet:block/combat/ap_mine",
|
||||
"particle": "new_soviet:block/combat/ap_mine"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [5, 1, 5],
|
||||
"to": [11, 2, 11],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [3, 3, 6, 3.5], "texture": "#0"},
|
||||
"east": {"uv": [0, 3, 3, 3.5], "texture": "#0"},
|
||||
"south": {"uv": [9, 3, 12, 3.5], "texture": "#0"},
|
||||
"west": {"uv": [6, 3, 9, 3.5], "texture": "#0"},
|
||||
"up": {"uv": [6, 3, 3, 0], "texture": "#0"},
|
||||
"down": {"uv": [9, 0, 6, 3], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [5.5, 0, 5.5],
|
||||
"to": [10.5, 1, 10.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8.5, 0, 8.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [2.5, 6, 5, 6.5], "texture": "#0"},
|
||||
"east": {"uv": [0, 6, 2.5, 6.5], "texture": "#0"},
|
||||
"south": {"uv": [7.5, 6, 10, 6.5], "texture": "#0"},
|
||||
"west": {"uv": [5, 6, 7.5, 6.5], "texture": "#0"},
|
||||
"up": {"uv": [5, 6, 2.5, 3.5], "texture": "#0"},
|
||||
"down": {"uv": [7.5, 3.5, 5, 6], "texture": "#0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [7.5, 0, 4.5],
|
||||
"to": [8.5, 1, 5.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8.5, 0, 8.5]},
|
||||
"faces": {
|
||||
"north": {"uv": [0.5, 0.5, 1, 1], "texture": "#0"},
|
||||
"east": {"uv": [0, 0.5, 0.5, 1], "texture": "#0"},
|
||||
"south": {"uv": [1.5, 0.5, 2, 1], "texture": "#0"},
|
||||
"west": {"uv": [1, 0.5, 1.5, 1], "texture": "#0"},
|
||||
"up": {"uv": [1, 0.5, 0.5, 0], "texture": "#0"},
|
||||
"down": {"uv": [1.5, 0, 1, 0.5], "texture": "#0"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"groups": [
|
||||
{
|
||||
"name": "group",
|
||||
"origin": [8, 8, 8],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "new_soviet:item/dice"
|
||||
}
|
||||
}
|
||||
|
9
src/main/resources/assets/new_soviet/sounds.json
Normal file
9
src/main/resources/assets/new_soviet/sounds.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"dice_sound": {
|
||||
"subtitle": "subtitles.new_soviet.dice_throw",
|
||||
"sounds": [
|
||||
"new_soviet:dice_roll"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
BIN
src/main/resources/assets/new_soviet/sounds/dice_roll.ogg
Normal file
BIN
src/main/resources/assets/new_soviet/sounds/dice_roll.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/new_soviet/textures/item/dice.png
Normal file
BIN
src/main/resources/assets/new_soviet/textures/item/dice.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 198 B |
Loading…
Add table
Add a link
Reference in a new issue