adjust modinfo, icon, modid, add license
This commit is contained in:
@@ -25,10 +25,10 @@
|
||||
"decorative": ["pinboard2x2-south"]
|
||||
},
|
||||
"shapebytype": {
|
||||
"*-north": { "base": "butterflypins:block/pinboard-2x2", "rotateY": 180 },
|
||||
"*-east": { "base": "butterflypins:block/pinboard-2x2", "rotateY": 90 },
|
||||
"*-south": { "base": "butterflypins:block/pinboard-2x2", "rotateY": 0 },
|
||||
"*-west": { "base": "butterflypins:block/pinboard-2x2", "rotateY": 270 }
|
||||
"*-north": { "base": "dusiulkaspinboard:block/pinboard-2x2", "rotateY": 180 },
|
||||
"*-east": { "base": "dusiulkaspinboard:block/pinboard-2x2", "rotateY": 90 },
|
||||
"*-south": { "base": "dusiulkaspinboard:block/pinboard-2x2", "rotateY": 0 },
|
||||
"*-west": { "base": "dusiulkaspinboard:block/pinboard-2x2", "rotateY": 270 }
|
||||
},
|
||||
"blockmaterial": "Wood",
|
||||
"drawtype": "json",
|
||||
@@ -25,10 +25,10 @@
|
||||
"decorative": ["pinboard3x3-south"]
|
||||
},
|
||||
"shapebytype": {
|
||||
"*-north": { "base": "butterflypins:block/pinboard-3x3", "rotateY": 180 },
|
||||
"*-east": { "base": "butterflypins:block/pinboard-3x3", "rotateY": 90 },
|
||||
"*-south": { "base": "butterflypins:block/pinboard-3x3", "rotateY": 0 },
|
||||
"*-west": { "base": "butterflypins:block/pinboard-3x3", "rotateY": 270 }
|
||||
"*-north": { "base": "dusiulkaspinboard:block/pinboard-3x3", "rotateY": 180 },
|
||||
"*-east": { "base": "dusiulkaspinboard:block/pinboard-3x3", "rotateY": 90 },
|
||||
"*-south": { "base": "dusiulkaspinboard:block/pinboard-3x3", "rotateY": 0 },
|
||||
"*-west": { "base": "dusiulkaspinboard:block/pinboard-3x3", "rotateY": 270 }
|
||||
},
|
||||
"blockmaterial": "Wood",
|
||||
"drawtype": "json",
|
||||
BIN
ButterflyPins/modicon.png
Normal file
BIN
ButterflyPins/modicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 61 KiB |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://moddbcdn.vintagestory.at/schema/modinfo.latest.json",
|
||||
"type": "Code",
|
||||
"modid": "butterflypins",
|
||||
"modid": "dusiulkaspinboard",
|
||||
"name": "Butterfly Pins",
|
||||
"authors": [
|
||||
"OrekiWoof"
|
||||
@@ -11,5 +11,6 @@
|
||||
"dependencies": {
|
||||
"game": "1.21.0"
|
||||
},
|
||||
"side": "Universal"
|
||||
"requiredOnServer": true,
|
||||
"requiredOnClient": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user