refactor shitt
This commit is contained in:
parent
fe9e9181ee
commit
51f3afe4b7
5 changed files with 11 additions and 11 deletions
|
@ -3,8 +3,8 @@ org.gradle.jvmargs = -Xmx1G
|
||||||
org.gradle.parallel = true
|
org.gradle.parallel = true
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
version = 0.0.1
|
version = 0.1.0
|
||||||
maven_group = xyz.limepot
|
maven_group = observer.nelle
|
||||||
archives_base_name = edible_blocks
|
archives_base_name = edible_blocks
|
||||||
|
|
||||||
# Dependencies are managed at gradle/libs.versions.toml
|
# Dependencies are managed at gradle/libs.versions.toml
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package xyz.limepot.edible_blocks;
|
package observer.nelle.edible_blocks;
|
||||||
|
|
||||||
import org.quiltmc.loader.api.ModContainer;
|
import org.quiltmc.loader.api.ModContainer;
|
||||||
import org.quiltmc.qsl.base.api.entrypoint.ModInitializer;
|
import org.quiltmc.qsl.base.api.entrypoint.ModInitializer;
|
|
@ -1,4 +1,4 @@
|
||||||
package xyz.limepot.edible_blocks.mixin;
|
package observer.nelle.edible_blocks.mixin;
|
||||||
|
|
||||||
import net.minecraft.block.Block;
|
import net.minecraft.block.Block;
|
||||||
import net.minecraft.item.FoodComponent;
|
import net.minecraft.item.FoodComponent;
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"required": true,
|
"required": true,
|
||||||
"minVersion": "0.8",
|
"minVersion": "0.8",
|
||||||
"package": "xyz.limepot.edible_blocks.mixin",
|
"package": "observer.nelle.edible_blocks.mixin",
|
||||||
"compatibilityLevel": "JAVA_17",
|
"compatibilityLevel": "JAVA_17",
|
||||||
"mixins": [],
|
"mixins": [],
|
||||||
"client": [
|
"client": [
|
||||||
"ItemsMixin"
|
"ItemsMixin"
|
||||||
],
|
],
|
||||||
"injectors": {
|
"injectors": {
|
||||||
"defaultRequire": 1
|
"defaultRequire": 1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"schema_version": 1,
|
"schema_version": 1,
|
||||||
"quilt_loader": {
|
"quilt_loader": {
|
||||||
"group": "xyz.limepot",
|
"group": "observer.nelle",
|
||||||
"id": "edible_blocks",
|
"id": "edible_blocks",
|
||||||
"version": "${version}",
|
"version": "${version}",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
@ -11,15 +11,15 @@
|
||||||
"LimePotato": "conceptioneer"
|
"LimePotato": "conceptioneer"
|
||||||
},
|
},
|
||||||
"contact": {
|
"contact": {
|
||||||
"homepage": "https://limepot.xyz/",
|
"homepage": "https://modrinth.com/mod/edible-blocks",
|
||||||
"issues": "https://git.ouroboros.group/limepotato/edibleBlocks/issues",
|
"issues": "https://git.nullafati.xyz/limepotato/edibleBlocks/issues",
|
||||||
"sources": "https://git.ouroboros.group/limepotato/edibleBlocks"
|
"sources": "https://git.nullafati.xyz/limepotato/edibleBlocks"
|
||||||
},
|
},
|
||||||
"icon": "assets/edible_blocks/icon.png"
|
"icon": "assets/edible_blocks/icon.png"
|
||||||
},
|
},
|
||||||
"intermediate_mappings": "net.fabricmc:intermediary",
|
"intermediate_mappings": "net.fabricmc:intermediary",
|
||||||
"entrypoints": {
|
"entrypoints": {
|
||||||
"init": "xyz.limepot.edible_blocks.EdibleBlocks"
|
"init": "observer.nelle.edible_blocks.EdibleBlocks"
|
||||||
},
|
},
|
||||||
"depends": [
|
"depends": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue