Page 1 of 1

Minecraft Legends

Posted: Tue Apr 18, 2023 10:01 pm
by Vokul
Game Name: Minecraft Legends
Game Engine: MC Bedrock Engine
Game Version: v1.0
Options Required: Health, Speed, Resources, Jump Height, Sword Speed, More Melee Damage, More Melee Damage for minions,
Steam Website: n/a
Other Info: It's free if you have the xbox ultimate pass on Microsoft Store.

To prioritize your request,if you're willing to pay for a trainer or not.(optional) Yes, willing to pay.

Re: Minecraft Legends

Posted: Wed Apr 19, 2023 12:00 am
by heftycool98
+1

Re: Minecraft Legends

Posted: Wed Apr 19, 2023 12:40 am
by yanhu0335
bump,hope there will be gold coins to modify

Re: Minecraft Legends

Posted: Wed Apr 19, 2023 1:05 am
by CuddleBunnyLucy
This would be a amazing table to use

Re: Minecraft Legends

Posted: Wed Apr 19, 2023 5:13 pm
by calangoverde
+1

Re: Minecraft Legends

Posted: Wed Apr 19, 2023 8:32 pm
by zamundaz12
+1

Re: Minecraft Legends

Posted: Wed Apr 19, 2023 8:52 pm
by LittleLight
Here's my option for the Max Resources. Just pickup or spend to max it out.

Re: Minecraft Legends

Posted: Wed Apr 19, 2023 9:14 pm
by Rhark
Health is float. Starts at 0 and goes up to 100 (dead). Good luck trying to make a script for this, after 8 hours and multiple scripts where I thought I had something there was always some issue elsewhere with some game mechanic breaking & corrupting my saves.

I hate this game :D

Re: Minecraft Legends

Posted: Thu Apr 20, 2023 8:28 am
by kanako0988
If you can't find a modifier, you can change it yourself
The modified content has high life, strong attack power, high healing ability,Production does not consume materials
Please back up the game before modifying, be careful to change to crash

Code: Select all

The following google translation
-------------------------------------------------------------------------------------------------
plank golem spawner x:\Minecraft Legends\data\behavior_packs\badger\entities\mob_golem_wood.json
Production does not consume materials
          {
            "item": "wood",
            "amount": 1
          },
          {
            "item": "emerald",
            "amount": 1
          }
          
changed to
          {
            "item": "wood",
            "amount": 0
          },
          {
            "item": "emerald",
            "amount": 0
          }
         
life  "max_health": 35 changed to 10000
Shooting distance  "max_range": changed to 1000
-------------------------------------------------------------------------------------------------
stairs x:\Minecraft Legends\data\behavior_packs\badger\buildables\stairs_wood.json
Production does not consume materials
          {
            "item": "wood",
            "amount": 3
          }
        ],
        "ticket_cost": [
          {
            "ticket": "build",
            "amount": 1
          } 
changed to
          {
            "item": "wood",
            "amount": 0
          }
        ],
        "ticket_cost": [
          {
            "ticket": "build",
            "amount": 0
          } 
                  
stair height "max_height": 12 changed to 1000
Stair length "max_segments": 43 changed to 1000          
-------------------------------------------------------------------------------------------------
mossy golem spawner x:\Minecraft Legends\data\behavior_packs\badger\entities\mob_golem_support.json
Production does not consume materials
            "item": "iron",
            "amount": 1
          },
          {
            "item": "emerald",
            "amount": 1
          }
        ],
        "tickets": [
          {
            "ticket": "spawn",
            "amount": 1
changed to
            "item": "iron",
            "amount": 0
          },
          {
            "item": "emerald",
            "amount": 0
          }
        ],
        "tickets": [
          {
            "ticket": "spawn",
            "amount": 0
            
life        "max_health": 50 changed to 10000
Healing     "damage_amount": -3.5, changed to -1000
skill cooldown   "cooldown_time": 6.0 changed to 1.0
-------------------------------------------------------------------------------------------------
skeleton spawner x:\Minecraft Legends\data\behavior_packs\badger\entities\mob_skeleton.json
Production does not consume materials
            "item": "diamond",
            "amount": 2
          },
          {
            "item": "emerald",
            "amount": 2
changed to
            "item": "diamond",
            "amount": 0
          },
          {
            "item": "emerald",
            "amount": 0

life        "max_health": 52.5 changed to 10000

Shooting distance   "max_range": changed to  100

harm        "damage_amount": 25.0 changed to 60000                                 
中文說明

Code: Select all

木板魔像
x:\Minecraft Legends\data\behavior_packs\badger\entities\mob_golem_wood.json
生產不消耗材料
          {
            "item": "wood",
            "amount": 1
          },
          {
            "item": "emerald",
            "amount": 1
          }
          
修改成
          {
            "item": "wood",
            "amount": 0
          },
          {
            "item": "emerald",
            "amount": 0
          }
         
生命  "max_health": 35 改成10000
射擊距離  "max_range": 改成1000
---------------------------------------------------------------
樓梯
x:\Minecraft Legends\data\behavior_packs\badger\buildables\stairs_wood.json
生產不消耗材料
          {
            "item": "wood",
            "amount": 3
          }
        ],
        "ticket_cost": [
          {
            "ticket": "build",
            "amount": 1
          }         
樓梯高度 "max_height": 12 修改成1000
樓梯長度 "max_segments": 43 修改成1000          
------------------------------------------------------------------
苔蘚魔像 x:\Minecraft Legends\data\behavior_packs\badger\entities\mob_golem_support.json
生產不消耗材料
            "item": "iron",
            "amount": 1
          },
          {
            "item": "emerald",
            "amount": 1
          }
        ],
        "tickets": [
          {
            "ticket": "spawn",
            "amount": 1
修改成
            "item": "iron",
            "amount": 0
          },
          {
            "item": "emerald",
            "amount": 0
          }
        ],
        "tickets": [
          {
            "ticket": "spawn",
            "amount": 0
            
生命        "max_health": 50 改成10000
補血     "damage_amount": -3.5, 改成-1000
技能冷卻    "cooldown_time": 6.0 改成 1.0
--------------------------------------------------------------
骷髏 x:\Minecraft Legends\data\behavior_packs\badger\entities\mob_skeleton.json
生產不消耗材料
            "item": "diamond",
            "amount": 2
          },
          {
            "item": "emerald",
            "amount": 2
修改成
            "item": "diamond",
            "amount": 0
          },
          {
            "item": "emerald",
            "amount": 0

生命        "max_health": 52.5 改成10000

射擊距離   "max_range": 改成 100

傷害        "damage_amount": 25.0 改成60000

--------------------------------------------------------------------------------
材料如到頂會砍不了樹木

Re: Minecraft Legends

Posted: Thu Apr 20, 2023 3:57 pm
by calangoverde
is it possible to edit char power, esmeralds..?
kanako0988 wrote:
Thu Apr 20, 2023 8:28 am
If you can't find a modifier, you can change it yourself
The modified content has high life, strong attack power, high healing ability,Production does not consume materials
Please back up the game before modifying, be careful to change to crash

Code: Select all

The following google translation
-------------------------------------------------------------------------------------------------
plank golem spawner x:\Minecraft Legends\data\behavior_packs\badger\entities\mob_golem_wood.json
Production does not consume materials
          {
            "item": "wood",
            "amount": 1
          },
          {
            "item": "emerald",
            "amount": 1
          }
          
changed to
          {
            "item": "wood",
            "amount": 0
          },
          {
            "item": "emerald",
            "amount": 0
          }
         
life  "max_health": 35 changed to 10000
Shooting distance  "max_range": changed to 1000
-------------------------------------------------------------------------------------------------
stairs x:\Minecraft Legends\data\behavior_packs\badger\buildables\stairs_wood.json
Production does not consume materials
          {
            "item": "wood",
            "amount": 3
          }
        ],
        "ticket_cost": [
          {
            "ticket": "build",
            "amount": 1
          } 
changed to
          {
            "item": "wood",
            "amount": 0
          }
        ],
        "ticket_cost": [
          {
            "ticket": "build",
            "amount": 0
          } 
                  
stair height "max_height": 12 changed to 1000
Stair length "max_segments": 43 changed to 1000          
-------------------------------------------------------------------------------------------------
mossy golem spawner x:\Minecraft Legends\data\behavior_packs\badger\entities\mob_golem_support.json
Production does not consume materials
            "item": "iron",
            "amount": 1
          },
          {
            "item": "emerald",
            "amount": 1
          }
        ],
        "tickets": [
          {
            "ticket": "spawn",
            "amount": 1
changed to
            "item": "iron",
            "amount": 0
          },
          {
            "item": "emerald",
            "amount": 0
          }
        ],
        "tickets": [
          {
            "ticket": "spawn",
            "amount": 0
            
life        "max_health": 50 changed to 10000
Healing     "damage_amount": -3.5, changed to -1000
skill cooldown   "cooldown_time": 6.0 changed to 1.0
-------------------------------------------------------------------------------------------------
skeleton spawner x:\Minecraft Legends\data\behavior_packs\badger\entities\mob_skeleton.json
Production does not consume materials
            "item": "diamond",
            "amount": 2
          },
          {
            "item": "emerald",
            "amount": 2
changed to
            "item": "diamond",
            "amount": 0
          },
          {
            "item": "emerald",
            "amount": 0

life        "max_health": 52.5 changed to 10000

Shooting distance   "max_range": changed to  100

harm        "damage_amount": 25.0 changed to 60000                                 
中文說明

Code: Select all

木板魔像
x:\Minecraft Legends\data\behavior_packs\badger\entities\mob_golem_wood.json
生產不消耗材料
          {
            "item": "wood",
            "amount": 1
          },
          {
            "item": "emerald",
            "amount": 1
          }
          
修改成
          {
            "item": "wood",
            "amount": 0
          },
          {
            "item": "emerald",
            "amount": 0
          }
         
生命  "max_health": 35 改成10000
射擊距離  "max_range": 改成1000
---------------------------------------------------------------
樓梯
x:\Minecraft Legends\data\behavior_packs\badger\buildables\stairs_wood.json
生產不消耗材料
          {
            "item": "wood",
            "amount": 3
          }
        ],
        "ticket_cost": [
          {
            "ticket": "build",
            "amount": 1
          }         
樓梯高度 "max_height": 12 修改成1000
樓梯長度 "max_segments": 43 修改成1000          
------------------------------------------------------------------
苔蘚魔像 x:\Minecraft Legends\data\behavior_packs\badger\entities\mob_golem_support.json
生產不消耗材料
            "item": "iron",
            "amount": 1
          },
          {
            "item": "emerald",
            "amount": 1
          }
        ],
        "tickets": [
          {
            "ticket": "spawn",
            "amount": 1
修改成
            "item": "iron",
            "amount": 0
          },
          {
            "item": "emerald",
            "amount": 0
          }
        ],
        "tickets": [
          {
            "ticket": "spawn",
            "amount": 0
            
生命        "max_health": 50 改成10000
補血     "damage_amount": -3.5, 改成-1000
技能冷卻    "cooldown_time": 6.0 改成 1.0
--------------------------------------------------------------
骷髏 x:\Minecraft Legends\data\behavior_packs\badger\entities\mob_skeleton.json
生產不消耗材料
            "item": "diamond",
            "amount": 2
          },
          {
            "item": "emerald",
            "amount": 2
修改成
            "item": "diamond",
            "amount": 0
          },
          {
            "item": "emerald",
            "amount": 0

生命        "max_health": 52.5 改成10000

射擊距離   "max_range": 改成 100

傷害        "damage_amount": 25.0 改成60000

--------------------------------------------------------------------------------
材料如到頂會砍不了樹木

Re: Minecraft Legends

Posted: Fri Apr 21, 2023 3:52 am
by kanako0988
calangoverde wrote:
Thu Apr 20, 2023 3:57 pm
is it possible to edit char power, esmeralds..?

Code: Select all

x:\Minecraft Legends\data\behavior_packs\badger\entities\player.json
life           "max_health": 100
life recovery  "health_regen_amount": 2
         
hurt people    "alliance_rule_filter": "enemy"
               },
               "damage": {
               "damage_amount": 0.001
------------------------------------------------------------------------
x:\Minecraft Legends\data\behavior_packs\badger\entities\mount_horse.json
x:\Minecraft Legends\data\behavior_packs\badger\entities\mount_bird.json
x:\Minecraft Legends\data\behavior_packs\badger\entities\mount_beetle.json
x:\Minecraft Legends\data\behavior_packs\badger\entities\mount_tiger.json

Moving speed    "move_speed": 10.15,
jump height     "initial_height": 6.33

Re: Minecraft Legends

Posted: Sun Apr 23, 2023 2:55 am
by Gtag12
how do i use all that code? is it lua?

Re: Minecraft Legends

Posted: Mon Apr 24, 2023 5:35 pm
by Vokul
Gtag12 wrote:
Sun Apr 23, 2023 2:55 am
how do i use all that code? is it lua?
It is not code.

Its file modifications that you can do.