diff --git a/ButterflyPins/assets/butterflypins/blocktypes/pinboard2x2.json b/ButterflyPins/assets/dusiulkaspinboard/blocktypes/pinboard2x2.json similarity index 88% rename from ButterflyPins/assets/butterflypins/blocktypes/pinboard2x2.json rename to ButterflyPins/assets/dusiulkaspinboard/blocktypes/pinboard2x2.json index c00517e..6e848b6 100644 --- a/ButterflyPins/assets/butterflypins/blocktypes/pinboard2x2.json +++ b/ButterflyPins/assets/dusiulkaspinboard/blocktypes/pinboard2x2.json @@ -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", diff --git a/ButterflyPins/assets/butterflypins/blocktypes/pinboard3x3.json b/ButterflyPins/assets/dusiulkaspinboard/blocktypes/pinboard3x3.json similarity index 88% rename from ButterflyPins/assets/butterflypins/blocktypes/pinboard3x3.json rename to ButterflyPins/assets/dusiulkaspinboard/blocktypes/pinboard3x3.json index 9978f78..99d2020 100644 --- a/ButterflyPins/assets/butterflypins/blocktypes/pinboard3x3.json +++ b/ButterflyPins/assets/dusiulkaspinboard/blocktypes/pinboard3x3.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", diff --git a/ButterflyPins/assets/butterflypins/lang/en.json b/ButterflyPins/assets/dusiulkaspinboard/lang/en.json similarity index 100% rename from ButterflyPins/assets/butterflypins/lang/en.json rename to ButterflyPins/assets/dusiulkaspinboard/lang/en.json diff --git a/ButterflyPins/assets/butterflypins/recipes/grid/pinboard2x2.json b/ButterflyPins/assets/dusiulkaspinboard/recipes/grid/pinboard2x2.json similarity index 100% rename from ButterflyPins/assets/butterflypins/recipes/grid/pinboard2x2.json rename to ButterflyPins/assets/dusiulkaspinboard/recipes/grid/pinboard2x2.json diff --git a/ButterflyPins/assets/butterflypins/recipes/grid/pinboard3x3.json b/ButterflyPins/assets/dusiulkaspinboard/recipes/grid/pinboard3x3.json similarity index 100% rename from ButterflyPins/assets/butterflypins/recipes/grid/pinboard3x3.json rename to ButterflyPins/assets/dusiulkaspinboard/recipes/grid/pinboard3x3.json diff --git a/ButterflyPins/assets/butterflypins/shapes/block/pinboard-2x2.json b/ButterflyPins/assets/dusiulkaspinboard/shapes/block/pinboard-2x2.json similarity index 100% rename from ButterflyPins/assets/butterflypins/shapes/block/pinboard-2x2.json rename to ButterflyPins/assets/dusiulkaspinboard/shapes/block/pinboard-2x2.json diff --git a/ButterflyPins/assets/butterflypins/shapes/block/pinboard-3x3.json b/ButterflyPins/assets/dusiulkaspinboard/shapes/block/pinboard-3x3.json similarity index 100% rename from ButterflyPins/assets/butterflypins/shapes/block/pinboard-3x3.json rename to ButterflyPins/assets/dusiulkaspinboard/shapes/block/pinboard-3x3.json diff --git a/ButterflyPins/modicon.png b/ButterflyPins/modicon.png new file mode 100644 index 0000000..04db64e Binary files /dev/null and b/ButterflyPins/modicon.png differ diff --git a/ButterflyPins/modinfo.json b/ButterflyPins/modinfo.json index aa3334c..f0fa9b1 100644 --- a/ButterflyPins/modinfo.json +++ b/ButterflyPins/modinfo.json @@ -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 } diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..3b05fe5 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 OrekiWoof + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.