1 Star 0 Fork 0

Monika/anythingswordmod

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
anythingsword.mcreator 16.38 KB
一键复制 编辑 原始数据 按行查看 历史
ioypo 提交于 2021-05-22 18:00 . init
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758
{
"id_map": {
"ENTITY": 2
},
"mod_elements": [
{
"name": "AnyThingSwordToolInInventoryTick",
"type": "procedure",
"sortid": 5,
"compiles": true,
"locked_code": false,
"ids": {},
"metadata": {
"dependencies": [
{
"name": "entity",
"type": "entity"
},
{
"name": "itemstack",
"type": "itemstack"
},
{
"name": "x",
"type": "number"
},
{
"name": "y",
"type": "number"
},
{
"name": "z",
"type": "number"
}
]
}
},
{
"name": "AnyThingSwordMobIsHitWithTool",
"type": "procedure",
"sortid": 6,
"compiles": true,
"locked_code": false,
"ids": {},
"metadata": {
"dependencies": [
{
"name": "entity",
"type": "entity"
}
]
}
},
{
"name": "AnyThingSword",
"type": "tool",
"sortid": 1,
"compiles": true,
"locked_code": false,
"ids": {}
},
{
"name": "AnyThingSwordRightClickedInAir",
"type": "procedure",
"sortid": 7,
"compiles": true,
"locked_code": false,
"ids": {},
"metadata": {
"dependencies": [
{
"name": "entity",
"type": "entity"
}
]
}
},
{
"name": "ATSFKILL",
"type": "procedure",
"sortid": 8,
"compiles": true,
"locked_code": false,
"ids": {},
"metadata": {
"dependencies": [
{
"name": "entity",
"type": "entity"
},
{
"name": "x",
"type": "number"
},
{
"name": "y",
"type": "number"
},
{
"name": "z",
"type": "number"
}
]
}
},
{
"name": "ATSF1",
"type": "procedure",
"sortid": 9,
"compiles": true,
"locked_code": false,
"ids": {},
"metadata": {
"dependencies": [
{
"name": "world",
"type": "world"
}
]
}
},
{
"name": "A1",
"type": "procedure",
"sortid": 10,
"compiles": true,
"locked_code": false,
"ids": {},
"metadata": {
"dependencies": [
{
"name": "entity",
"type": "entity"
}
]
}
},
{
"name": "ATSFCLEAR",
"type": "procedure",
"sortid": 11,
"compiles": true,
"locked_code": false,
"ids": {},
"metadata": {
"dependencies": [
{
"name": "entity",
"type": "entity"
}
]
}
},
{
"name": "ATSLC",
"type": "procedure",
"sortid": 12,
"compiles": true,
"locked_code": false,
"ids": {},
"metadata": {
"dependencies": [
{
"name": "entity",
"type": "entity"
}
]
}
},
{
"name": "RemoveEntityCommandExecuted",
"type": "procedure",
"sortid": 13,
"compiles": true,
"locked_code": false,
"ids": {},
"metadata": {
"dependencies": [
{
"name": "entity",
"type": "entity"
}
]
}
},
{
"name": "RemoveEntity",
"type": "command",
"sortid": 14,
"compiles": true,
"locked_code": false,
"ids": {}
},
{
"name": "AllEntityRemove",
"type": "procedure",
"sortid": 15,
"compiles": true,
"locked_code": false,
"ids": {},
"metadata": {
"dependencies": [
{
"name": "entity",
"type": "entity"
}
]
}
},
{
"name": "IAnyThingSword",
"type": "item",
"sortid": 3,
"compiles": true,
"locked_code": false,
"ids": {}
},
{
"name": "ATSC",
"type": "recipe",
"sortid": 16,
"compiles": true,
"locked_code": false,
"ids": {}
},
{
"name": "Qiuku",
"type": "armor",
"sortid": 2,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "qiuku",
"metadata": {
"eh": false,
"el": true,
"eb": false,
"ec": false
}
},
{
"name": "TagAnyThingSword",
"type": "tab",
"sortid": 17,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "tag_any_thing_sword"
},
{
"name": "Mianhua",
"type": "item",
"sortid": 4,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "mianhua"
},
{
"name": "CMianhua",
"type": "recipe",
"sortid": 18,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "c_mianhua"
},
{
"name": "CQiuKu",
"type": "recipe",
"sortid": 19,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "c_qiu_ku"
},
{
"name": "ZuoJian",
"type": "procedure",
"sortid": 20,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "zuo_jian",
"metadata": {
"dependencies": [
{
"name": "entity",
"type": "entity"
},
{
"name": "x",
"type": "number"
},
{
"name": "y",
"type": "number"
},
{
"name": "z",
"type": "number"
},
{
"name": "world",
"type": "world"
}
]
}
},
{
"name": "Ontick",
"type": "procedure",
"sortid": 21,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "ontick",
"metadata": {
"dependencies": [
{
"name": "world",
"type": "world"
}
]
}
},
{
"name": "NonAnyThingSword",
"type": "procedure",
"sortid": 22,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "non_any_thing_sword",
"metadata": {
"dependencies": [
{
"name": "entity",
"type": "entity"
}
]
}
},
{
"name": "SetdeadDangMingLingBeiZhiXingShi",
"type": "procedure",
"sortid": 23,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "setdead_dang_ming_ling_bei_zhi_xing_shi",
"metadata": {
"dependencies": [
{
"name": "entity",
"type": "entity"
}
]
}
},
{
"name": "Setdead",
"type": "command",
"sortid": 24,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "setdead"
},
{
"name": "ATSA",
"type": "achievement",
"sortid": 30,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "atsa"
},
{
"name": "CATSF",
"type": "procedure",
"sortid": 31,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "catsf",
"metadata": {
"dependencies": [
{
"name": "entity",
"type": "entity"
},
{
"name": "x",
"type": "number"
},
{
"name": "y",
"type": "number"
},
{
"name": "z",
"type": "number"
}
]
}
},
{
"name": "Isqiuku",
"type": "achievement",
"sortid": 32,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "isqiuku"
},
{
"name": "Zmdm",
"type": "achievement",
"sortid": 33,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "zmdm"
},
{
"name": "ATSAT",
"type": "achievement",
"sortid": 34,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "atsat"
},
{
"name": "BedrockSwordDangShiTiBeiGongJuJiZhongShi",
"type": "procedure",
"sortid": 35,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "bedrock_sword_dang_shi_ti_bei_gong_ju_ji_zhong_shi",
"metadata": {
"dependencies": [
{
"name": "entity",
"type": "entity"
}
]
}
},
{
"name": "BedrockSword",
"type": "tool",
"sortid": 35,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "bedrock_sword"
},
{
"name": "BSC",
"type": "recipe",
"sortid": 36,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "bsc"
},
{
"name": "BC",
"type": "recipe",
"sortid": 37,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "bc"
},
{
"name": "BA",
"type": "achievement",
"sortid": 38,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "ba"
},
{
"name": "BSA",
"type": "achievement",
"sortid": 39,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "bsa"
},
{
"name": "BeaconBaseBlockBlocks",
"type": "tag",
"sortid": 40,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "beacon_base_block_blocks"
},
{
"name": "ArrowItems",
"type": "tag",
"sortid": 41,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "arrow_items"
},
{
"name": "AnyThingGodShiTiSiWangShi",
"type": "procedure",
"sortid": 42,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "any_thing_god_shi_ti_si_wang_shi",
"metadata": {
"dependencies": [
{
"name": "entity",
"type": "entity"
}
]
}
},
{
"name": "AnyThingGodDangShiTiGengXinKeShi",
"type": "procedure",
"sortid": 43,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "any_thing_god_dang_shi_ti_geng_xin_ke_shi",
"metadata": {
"dependencies": [
{
"name": "entity",
"type": "entity"
}
]
}
},
{
"name": "AnyThingGod",
"type": "mob",
"sortid": 42,
"compiles": true,
"locked_code": false,
"ids": {
"0": 1,
"1": 2
},
"registry_name": "any_thing_god"
},
{
"name": "Tongwangtianguodeyaoshi",
"type": "item",
"sortid": 44,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "tongwangtianguodeyaoshi",
"path": "~/Jvav"
},
{
"name": "Liangzisuduzhishu",
"type": "potion",
"sortid": 45,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "liangzisuduzhishu",
"path": "~/Jvav"
},
{
"name": "Jvav",
"type": "tool",
"sortid": 46,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "jvav",
"path": "~/Jvav"
},
{
"name": "TongwangtianguodeyaoshiDangYouJianDianJiKongQiShi",
"type": "procedure",
"sortid": 46,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "tongwangtianguodeyaoshi_dang_you_jian_dian_ji_kong_qi_shi",
"metadata": {
"dependencies": [
{
"name": "entity",
"type": "entity"
}
]
}
},
{
"name": "TWTGDYSA",
"type": "achievement",
"sortid": 47,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "twtgdysa",
"path": "~/Jvav"
},
{
"name": "JA",
"type": "achievement",
"sortid": 48,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "ja",
"path": "~/Jvav"
},
{
"name": "Twtgdysc",
"type": "recipe",
"sortid": 49,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "twtgdysc",
"path": "~/Jvav"
},
{
"name": "LiangzisuduBookDangYouJianDianJiKongQiShi",
"type": "procedure",
"sortid": 50,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "liangzisudu_book_dang_you_jian_dian_ji_kong_qi_shi",
"metadata": {
"dependencies": [
{
"name": "entity",
"type": "entity"
}
]
}
},
{
"name": "LiangzisuduBook",
"type": "item",
"sortid": 50,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "liangzisudu_book",
"path": "~/Jvav"
},
{
"name": "Tfgtfdtrtftytrfrtft",
"type": "recipe",
"sortid": 51,
"compiles": true,
"locked_code": false,
"ids": {},
"registry_name": "tfgtfdtrtftytrfrtft",
"path": "~/Jvav"
}
],
"variable_elements": [
{
"name": "QUXIAOSHENGCHENG",
"type": "logic",
"scope": "global",
"value": "false"
},
{
"name": "jiacaixi",
"type": "number",
"scope": "global",
"value": "0"
}
],
"sound_elements": [],
"language_map": {
"en_us": {
"item.liangzisudu_book.name": "Liangzisudu Book",
"advancements.twtgdysa.title": "通往天国的钥匙",
"advancements.ja.title": "Jvav",
"item.qiukuhelmet.name": "Qiuku 头盔",
"advancements.bsa.descr": "获得基岩剑",
"advancements.zmdm.descr": "谁家棉花这么贵?",
"effect.liangzisuduzhishu": "量子速读之术",
"item.ianythingsword.name": "万物神剑",
"item.jvav.name": "Jvav",
"tipped_arrow.effect.liangzisuduzhishu": "Arrow of 量子速读之术",
"advancements.zmdm.title": "种棉得棉",
"item.qiukubody.name": "Qiuku 胸甲",
"item.qiukuboots.name": "Qiuku 靴子",
"tooltip.anythingsword": "§1攻击伤害 +§4万物凝聚之力",
"item.qiukulegs.name": "秋裤",
"advancements.isqiuku.descr": "秋裤是个好东西",
"item.anythingsword.name": "§1万§2物§3神§4剑",
"potion.effect.liangzisuduzhishu": "量子速读之术",
"lingering_potion.effect.liangzisuduzhishu": "Lingering 量子速读之术",
"splash_potion.effect.liangzisuduzhishu": "Splash 量子速读之术",
"advancements.atsa.descr": "合成万物神剑,聚合万物!",
"item.tongwangtianguodeyaoshi.name": "通往天国的钥匙",
"advancements.atsa.title": "万物之主!!!!!",
"advancements.bsa.title": "基岩……剑?",
"advancements.ba.title": "这不可能!",
"advancements.isqiuku.title": "这不是秋裤吗?",
"itemGroup.tabtag_any_thing_sword": "万物神剑",
"advancements.atsat.descr": "淦!",
"item.bedrock_sword.name": "基岩剑",
"entity.any_thing_god.name": "万物之神",
"item.mianhua.name": "棉花",
"advancements.ja.descr": "jvav",
"advancements.atsat.title": "万物神剑",
"advancements.ba.descr": "获得基岩",
"advancements.twtgdysa.descr": "……"
}
},
"foldersRoot": {
"name": "~",
"children": [
{
"name": "Jvav",
"children": []
}
]
},
"workspaceSettings": {
"modid": "anythingsword",
"modName": "AnyThingSword",
"version": "1.0.0",
"author": "Administrator, MCreator",
"websiteURL": "https://mcreator.net",
"license": "Not specified",
"disableForgeVersionCheck": true,
"serverSideOnly": false,
"requiredMods": [],
"dependencies": [],
"dependants": [],
"mcreatorDependencies": [],
"currentGenerator": "forge-1.12.2",
"credits": "Created using mod maker MCreator - https://mcreator.net/about",
"modElementsPackage": "anythingsword.anythingsword.anythingsword",
"lockBaseModFiles": false
},
"mcreatorVersion": 202100118117
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ioypo/anythingswordmod.git
git@gitee.com:ioypo/anythingswordmod.git
ioypo
anythingswordmod
anythingswordmod
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385