More dice

This commit is contained in:
Andrew-71 2023-08-04 22:58:04 +03:00
parent ecd4981dd1
commit 80427fa3a2
81 changed files with 1619 additions and 7 deletions

View file

@ -128,7 +128,12 @@
"block.new_soviet.lamp": "Lamp",
"block.new_soviet.ceiling_fan": "Ceiling Fan",
"block.new_soviet.siren": "Siren",
"item.new_soviet.dice": "Dice",
"item.new_soviet.dice_d6": "Dice",
"item.new_soviet.dice_d4": "Dice",
"item.new_soviet.dice_d20": "Dice",
"item.new_soviet.dice_d6.tooltip": "Six sides",
"item.new_soviet.dice_d4.tooltip": "Four sides",
"item.new_soviet.dice_d20.tooltip": "Twenty sides",
"item.new_soviet.dice.thrown": "Dice was thrown with result:",
"item.new_soviet.dice.thrown_multiple": "Dice were thrown with result:",
"subtitles.new_soviet.dice_throw": "Dice thrown",

View file

@ -46,6 +46,34 @@
}
}
],
"display": {
"thirdperson_righthand": {
"translation": [0, 8, 0]
},
"thirdperson_lefthand": {
"translation": [0, 8, 0]
},
"firstperson_righthand": {
"translation": [2, 9, 1]
},
"firstperson_lefthand": {
"translation": [2, 9, 1]
},
"ground": {
"translation": [0, 1.25, 0],
"scale": [0.6, 0.6, 0.6]
},
"gui": {
"rotation": [30, 225, 0],
"translation": [0, 6.75, 0],
"scale": [1.5, 1.5, 1.5]
},
"fixed": {
"rotation": [-90, 0, 0],
"translation": [0, 0, -14.75],
"scale": [2, 2, 2]
}
},
"groups": [
{
"name": "group",

View file

@ -0,0 +1,7 @@
{
"parent": "item/generated",
"textures": {
"layer0": "new_soviet:item/dice/dice_d20"
}
}

View file

@ -1,7 +1,7 @@
{
"parent": "item/generated",
"textures": {
"layer0": "new_soviet:item/dice"
"layer0": "new_soviet:item/dice/dice_d4"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "item/generated",
"textures": {
"layer0": "new_soviet:item/dice/dice_d6"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

View file

Before

Width:  |  Height:  |  Size: 198 B

After

Width:  |  Height:  |  Size: 198 B

Before After
Before After