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
|
||||
|
||||
# Mod Properties
|
||||
version = 0.0.1
|
||||
maven_group = xyz.limepot
|
||||
version = 0.1.0
|
||||
maven_group = observer.nelle
|
||||
archives_base_name = edible_blocks
|
||||
|
||||
# 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.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.item.FoodComponent;
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "xyz.limepot.edible_blocks.mixin",
|
||||
"package": "observer.nelle.edible_blocks.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [],
|
||||
"client": [
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"schema_version": 1,
|
||||
"quilt_loader": {
|
||||
"group": "xyz.limepot",
|
||||
"group": "observer.nelle",
|
||||
"id": "edible_blocks",
|
||||
"version": "${version}",
|
||||
"metadata": {
|
||||
|
@ -11,15 +11,15 @@
|
|||
"LimePotato": "conceptioneer"
|
||||
},
|
||||
"contact": {
|
||||
"homepage": "https://limepot.xyz/",
|
||||
"issues": "https://git.ouroboros.group/limepotato/edibleBlocks/issues",
|
||||
"sources": "https://git.ouroboros.group/limepotato/edibleBlocks"
|
||||
"homepage": "https://modrinth.com/mod/edible-blocks",
|
||||
"issues": "https://git.nullafati.xyz/limepotato/edibleBlocks/issues",
|
||||
"sources": "https://git.nullafati.xyz/limepotato/edibleBlocks"
|
||||
},
|
||||
"icon": "assets/edible_blocks/icon.png"
|
||||
},
|
||||
"intermediate_mappings": "net.fabricmc:intermediary",
|
||||
"entrypoints": {
|
||||
"init": "xyz.limepot.edible_blocks.EdibleBlocks"
|
||||
"init": "observer.nelle.edible_blocks.EdibleBlocks"
|
||||
},
|
||||
"depends": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue