Skip to content

Commit

Permalink
Update name for Mod Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsoltMolnarrr committed Nov 7, 2023
1 parent 0fb5f12 commit 7c694eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.3

- Update name for Mod Menu

# 1.0.2

- Limit Wizard Tower spawns to 1 per village (configurable), thanks to the Structure Pool API
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fabric_api_version=0.87.0+1.20.1
# Mod
maven_group=net
archives_base_name=wizards
mod_version=1.0.2
mod_version=1.0.3

# Dependencies
azure_mc_version=1.20.1
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/net/wizards/fabric/FabricMod.java
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
package net.wizards.fabric;

import net.fabricmc.api.ModInitializer;
import net.fabricmc.fabric.api.event.lifecycle.v1.ServerLifecycleEvents;
import net.fabricmc.fabric.api.itemgroup.v1.FabricItemGroup;
import net.fabricmc.fabric.api.loot.v2.LootTableEvents;
import net.minecraft.item.ItemStack;
import net.minecraft.text.Text;
import net.spell_engine.api.loot.LootHelper;
import net.wizards.WizardsMod;
import net.wizards.item.Armors;
import net.wizards.item.Group;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"schemaVersion": 1,
"id": "wizards",
"version": "${version}",
"name": "Wizards",
"name": "Wizards (RPG Series)",
"description": "Destroy your enemies with Arcane, Fire and Frost magic.",
"authors": [
"Daedelus"
Expand Down

0 comments on commit 7c694eb

Please sign in to comment.