More dice
This commit is contained in:
parent
ecd4981dd1
commit
80427fa3a2
81 changed files with 1619 additions and 7 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "new_soviet:item/dice/dice_d20"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "new_soviet:item/dice"
|
||||
"layer0": "new_soviet:item/dice/dice_d4"
|
||||
}
|
||||
}
|
||||
|
|
@ -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 |
Before Width: | Height: | Size: 198 B After Width: | Height: | Size: 198 B |
Loading…
Add table
Add a link
Reference in a new issue