correct package and links

This commit is contained in:
nelle 2024-09-04 21:51:12 -06:00
parent 098d5635e3
commit d639fab05c
4 changed files with 11 additions and 11 deletions

View file

@ -1,4 +1,4 @@
package xyz.limepot.roses_mod;
package observer.nelle.roses_mod;
import net.fabricmc.fabric.api.itemgroup.v1.ItemGroupEvents;
import net.fabricmc.fabric.api.loot.v2.LootTableEvents;
@ -22,10 +22,10 @@ import org.quiltmc.qsl.worldgen.biome.api.BiomeModifications;
import org.quiltmc.qsl.worldgen.biome.api.BiomeSelectors;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import xyz.limepot.roses_mod.world.gen.ModFlowerGeneration;
import observer.nelle.roses_mod.world.gen.ModFlowerGeneration;
import static xyz.limepot.roses_mod.world.gen.ModFlowerGeneration.*;
import static observer.nelle.roses_mod.world.gen.ModFlowerGeneration.*;
public class RosesMod implements ModInitializer {
public static final String MOD_ID = "roses_mod";

View file

@ -1,4 +1,4 @@
package xyz.limepot.roses_mod;
package observer.nelle.roses_mod;

View file

@ -1,10 +1,10 @@
package xyz.limepot.roses_mod.world.gen;
package observer.nelle.roses_mod.world.gen;
import net.minecraft.registry.RegistryKey;
import net.minecraft.registry.RegistryKeys;
import net.minecraft.util.Identifier;
import net.minecraft.world.gen.feature.PlacedFeature;
import xyz.limepot.roses_mod.RosesMod;
import observer.nelle.roses_mod.RosesMod;
public class ModFlowerGeneration {

View file

@ -1,7 +1,7 @@
{
"schema_version": 1,
"quilt_loader": {
"group": "xyz.limepot",
"group": "observer.nelle",
"id": "roses_mod",
"version": "${version}",
"metadata": {
@ -12,16 +12,16 @@
},
"contact": {
"homepage": "https://modrinth.com/mod/roses-mod",
"issues": "https://github.com/LimePotato/roses-mod/issues",
"sources": "https://github.com/LimePotato/roses-mod/"
"issues": "https://git.nullafati.xyz/limepotato/roses-mod/issues",
"sources": "https://git.nullafati.xyz/limepotato/roses-mod"
},
"license": "Unlicense",
"icon": "assets/roses_mod/icon.png"
},
"intermediate_mappings": "net.fabricmc:intermediary",
"entrypoints": {
"init": "xyz.limepot.roses_mod.RosesMod",
"client_init": "xyz.limepot.roses_mod.RosesModClient"
"init": "observer.nelle.roses_mod.RosesMod",
"client_init": "observer.nelle.roses_mod.RosesModClient"
},
"depends": [
{