Release 0.1.3
This commit is contained in:
parent
643014f9ac
commit
cffea2e19e
@ -8,7 +8,7 @@ yarn_mappings=1.21+build.9
|
||||
loader_version=0.15.11
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 0.1.2
|
||||
mod_version = 0.1.3
|
||||
maven_group = xyz.twokilohertz
|
||||
archives_base_name = HotbarReplace
|
||||
|
||||
|
@ -22,7 +22,7 @@ public class HotbarReplace implements ClientModInitializer {
|
||||
|
||||
@Override
|
||||
public void onInitializeClient() {
|
||||
LOGGER.info("HotbarReplace v0.1.2 initialised");
|
||||
LOGGER.info("HotbarReplace v0.1.3 initialised");
|
||||
}
|
||||
|
||||
public static void tryReplaceSlot(ItemPlacementContext context, Item item) {
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "hotbarreplace",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"name": "HotbarReplace",
|
||||
"description": "Replace blocks in your hotbar when you run out with blocks from your inventory",
|
||||
"authors": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user