Interact and Attack
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
"minions.gui.module_commands.title": "Commands",
|
||||
"minions.gui.commands.title": "%s's Commands",
|
||||
"minions.gui.modules.title": "%s's Modules",
|
||||
|
||||
"minions.command.input.int.fail": "Not an integer",
|
||||
"minions.command.input.float.fail": "Not a number",
|
||||
"minions.command.action.details": "Set how to %s",
|
||||
@@ -15,6 +16,19 @@
|
||||
"minions.command.action.interval": "%s every x seconds",
|
||||
"minions.command.action.stop": "Stop %s",
|
||||
"minions.command.action.interval.enter": "Enter an interval in seconds",
|
||||
"minions.command.interact.name": "",
|
||||
"minions.command.interact.description": ""
|
||||
"minions.command.interact.name": "Interact",
|
||||
"minions.command.interact.description": "Use and place blocks",
|
||||
"minions.command.attack.name": "Attack",
|
||||
"minions.command.attack.description": "Attack and mine blocks",
|
||||
|
||||
"item.minions.attack_module": "Attack Module",
|
||||
"item.minions.interact_module": "Interact Module",
|
||||
"item.minions.mob_spawning_module": "Mob Spawning Module",
|
||||
"item.minions.mount_module": "Mount Module",
|
||||
"item.minions.move_module": "Move Module",
|
||||
"item.minions.minion": "Minion",
|
||||
"item.minions.basic_upgrade_base": "Basic Upgrade Base",
|
||||
"item.minions.advanced_upgrade_base": "Advanced Upgrade Base",
|
||||
|
||||
"minions.minion_item.tooltip": "Name: %s"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"DND",
|
||||
"NBN",
|
||||
"DND"
|
||||
],
|
||||
"key": {
|
||||
"D": "minecraft:diamond",
|
||||
"N": "minecraft:netherite_scrap",
|
||||
"B": "minions:basic_upgrade_base"
|
||||
},
|
||||
"result": {
|
||||
"id": "minions:advanced_upgrade_base",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:smithing_transform",
|
||||
"base": "minions:advanced_upgrade_base",
|
||||
"addition": "minecraft:diamond_pickaxe",
|
||||
"template": "minecraft:netherite_upgrade_smithing_template",
|
||||
"result": {
|
||||
"id": "minions:attack_module"
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
"key": {
|
||||
"R": "minecraft:redstone_block",
|
||||
"G": "minecraft:gold_ingot",
|
||||
"D": "minecraft:diamond_block"
|
||||
"D": "minecraft:diamond"
|
||||
},
|
||||
"result": {
|
||||
"id": "minions:basic_upgrade_base",
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:smithing_transform",
|
||||
"base": "minions:advanced_upgrade_base",
|
||||
"addition": "minecraft:lever",
|
||||
"template": "minecraft:netherite_upgrade_smithing_template",
|
||||
"result": {
|
||||
"id": "minions:interact_module"
|
||||
}
|
||||
}
|
||||
@@ -3,13 +3,13 @@
|
||||
"pattern": [
|
||||
" H ",
|
||||
"RAR",
|
||||
" L "
|
||||
" N "
|
||||
],
|
||||
"key": {
|
||||
"H": "#minecraft:skulls",
|
||||
"R": "minecraft:redstone_torch",
|
||||
"A": "minecraft:armor_stand",
|
||||
"L": "minecraft:lodestone"
|
||||
"N": "minecraft:netherite_ingot"
|
||||
},
|
||||
"result": {
|
||||
"id": "minions:minion",
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "minecraft:smithing_transform",
|
||||
"base": "minions:basic_upgrade_base",
|
||||
"addition": "minecraft:rotten_flesh",
|
||||
"template": "minecraft:netherite_upgrade_smithing_template",
|
||||
"result": {
|
||||
"id": "minions:mob_spawning_module"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"values": [
|
||||
"#minecraft:is_fire",
|
||||
"#minecraft:is_explosion"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user