-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
487 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
リソースパックを導入したのちに実行するといろんなことが出来るコマンドたち。 | ||
#リソースパックを導入したのちに実行するといろんなことが出来るコマンドたち。 | ||
|
||
・カスタムアイコンをどん、と画面に表示 | ||
#・カスタムアイコンをどん、と画面に表示 | ||
|
||
/title @p title {"text":"\uE010\uE011\uE012\uE013\uE014\uE015\uE016\uE017\uE018\uE019\uE01A"} | ||
|
||
・チェストを使ったカスタムGUI | ||
#・チェストを使ったカスタムGUI | ||
|
||
/give @p chest{display:{Name:'[{"text":"\\uF808\\uE200\\uF80C\\uF80A\\uF808\\uF801","color":"#FFFFFF"},{"text":"カスタムGUI","italic":"false","color":"#3F3F3F"}]'}} 1 | ||
|
||
・「やあ。」ふきだし村人 | ||
#・「やあ。」ふきだし村人 | ||
|
||
/summon villager ~ ~ ~ {Passengers:[{id:"minecraft:armor_stand",CustomNameVisible:1b,Invulnerable:1b,Small:1b,Invisible:1b,CustomName:'{"text":"\\uE003"}'}],CustomName:'{"text":"村人A"}'} | ||
|
||
・暗転(/title @p time 5 50 5 (左のコマンドと併せて使えると良いかも。)) | ||
#・暗転(/title @p time 5 50 5 (左のコマンドと併せて使えると良いかも。)) | ||
|
||
/title @p title {"text":"\uE001"} | ||
|
||
・詳細なページを持つ本(textures/font/book_area128やbook_area256.pngをいじれば自分だけのものも作れるよ。) | ||
# ・詳細なページを持つ本(textures/font/book_area128やbook_area256.pngをいじれば自分だけのものも作れるよ。) | ||
|
||
/give @p written_book{title:"",author:"",pages:['{"text":"\\uE102","color":white}']} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,124 @@ | ||
{ | ||
"_fv": 43, | ||
"_type": "livingentity", | ||
"definition": { | ||
"mobName": "Meteor Arrow", | ||
"mobLabel": "", | ||
"mobModelName": "Biped", | ||
"mobModelTexture": "toumei.png", | ||
"mobModelGlowTexture": "", | ||
"solidBoundingBox": { | ||
"fixedValue": false | ||
}, | ||
"modelWidth": 0.5, | ||
"modelHeight": 0.5, | ||
"modelShadowSize": 0.5, | ||
"mountedYOffset": 0.5, | ||
"hasSpawnEgg": true, | ||
"spawnEggBaseColor": { | ||
"value": -1, | ||
"falpha": 0.0 | ||
}, | ||
"spawnEggDotColor": { | ||
"value": -1, | ||
"falpha": 0.0 | ||
}, | ||
"creativeTab": { | ||
"value": "MISC" | ||
}, | ||
"isBoss": false, | ||
"bossBarColor": "PINK", | ||
"bossBarType": "PROGRESS", | ||
"equipmentMainHand": { | ||
"value": "" | ||
}, | ||
"equipmentOffHand": { | ||
"value": "" | ||
}, | ||
"equipmentHelmet": { | ||
"value": "" | ||
}, | ||
"equipmentBody": { | ||
"value": "" | ||
}, | ||
"equipmentLeggings": { | ||
"value": "" | ||
}, | ||
"equipmentBoots": { | ||
"value": "" | ||
}, | ||
"mobBehaviourType": "Creature", | ||
"mobCreatureType": "UNDEFINED", | ||
"attackStrength": 0, | ||
"attackKnockback": 0.0, | ||
"knockbackResistance": 1000.0, | ||
"movementSpeed": 0.0, | ||
"stepHeight": 0.0, | ||
"armorBaseValue": 100.0, | ||
"trackingRange": 0, | ||
"followRange": 0, | ||
"health": 1024, | ||
"xpAmount": 0, | ||
"waterMob": true, | ||
"flyingMob": true, | ||
"guiBoundTo": "<NONE>", | ||
"inventorySize": 9, | ||
"inventoryStackSize": 64, | ||
"disableCollisions": false, | ||
"ridable": false, | ||
"canControlForward": false, | ||
"canControlStrafe": false, | ||
"immuneToFire": true, | ||
"immuneToArrows": true, | ||
"immuneToFallDamage": true, | ||
"immuneToCactus": true, | ||
"immuneToDrowning": true, | ||
"immuneToLightning": true, | ||
"immuneToPotions": true, | ||
"immuneToPlayer": true, | ||
"immuneToExplosion": true, | ||
"immuneToTrident": true, | ||
"immuneToAnvil": true, | ||
"immuneToWither": true, | ||
"immuneToDragonBreath": true, | ||
"mobDrop": { | ||
"value": "" | ||
}, | ||
"livingSound": { | ||
"value": "" | ||
}, | ||
"hurtSound": { | ||
"value": "" | ||
}, | ||
"deathSound": { | ||
"value": "" | ||
}, | ||
"stepSound": { | ||
"value": "" | ||
}, | ||
"onInitialSpawn": { | ||
"name": "MeteorArrowOnInitialEntitySpawn" | ||
}, | ||
"hasAI": true, | ||
"aiBase": "(none)", | ||
"aixml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"aitasks_container\" deletable=\"false\" x=\"40\" y=\"40\"></block><block type=\"attack_on_collide\" x=\"207\" y=\"182\"><field name=\"speed\">1.2</field><field name=\"longmemory\">FALSE</field><field name=\"condition\">null,null</field><next><block type=\"wander\"><field name=\"speed\">1</field><field name=\"condition\">null,null</field><next><block type=\"attack_action\"><field name=\"callhelp\">FALSE</field><field name=\"condition\">null,null</field><next><block type=\"look_around\"><field name=\"condition\">null,null</field><next><block type=\"swim_in_water\"><field name=\"condition\">null,null</field></block></next></block></next></block></next></block></next></block></xml>", | ||
"breedable": false, | ||
"tameable": false, | ||
"breedTriggerItems": [], | ||
"ranged": false, | ||
"rangedAttackItem": { | ||
"value": "" | ||
}, | ||
"rangedItemType": "Default item", | ||
"rangedAttackInterval": 20, | ||
"rangedAttackRadius": 10.0, | ||
"spawnThisMob": false, | ||
"doesDespawnWhenIdle": false, | ||
"spawningProbability": 20, | ||
"mobSpawningType": "monster", | ||
"minNumberOfMobsPerGroup": 4, | ||
"maxNumberOfMobsPerGroup": 4, | ||
"restrictionBiomes": [], | ||
"spawnInDungeons": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"_fv": 43, | ||
"_type": "procedure", | ||
"definition": { | ||
"procedurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"event_trigger\" deletable=\"false\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field></block><block type=\"entity_nbt_logic_get\" x=\"-56\" y=\"467\"><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><value name=\"tagName\"><block type=\"text\"><field name=\"TEXT\">tagName</field></block></value></block></xml>" | ||
} | ||
} |
Oops, something went wrong.