adjust modinfo, icon, modid, add license

This commit is contained in:
2026-03-19 01:47:19 +01:00
parent 6655e603e3
commit 1d418ec614
10 changed files with 32 additions and 10 deletions

View File

@@ -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",

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

View File

@@ -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
}