Skip to content

Instantly share code, notes, and snippets.

@toka7290
toka7290 / GameTset.md
Last active March 4, 2024 09:53
Minecraft GameTest Framework cheat sheet
@toka7290
toka7290 / material.txt
Last active February 8, 2024 20:57
Minecraft (Bedrock) 1.16.200.x~ entitiy material list
alpha_block
alpha_block_color
banner
banner_pole
beacon_beam
beacon_beam_transparent
charged_creeper //帯電クリーパー表面
conduit_wind
entity //ベース
entity_alphablend //半透明
@toka7290
toka7290 / destroy_speeds_any_tag.txt
Last active November 21, 2023 14:04
Minecraft (Bedrock) 1.16.100.x~ minecraft:digger destroy_speeds any_tag list これは完全なものではありません
dirt
sand
gravel
grass
snow
wood
pumpkin
plant
stone
metal
@toka7290
toka7290 / blockshape.txt
Last active July 21, 2023 07:21
Minecraft 1.14.x (bedrock) texture blockshape list これは完全なものではありません
anvil
beacon
bed
block
block_half
brewing_stand
bubble_column
cactus
cauldron
chest
@toka7290
toka7290 / context_list.md
Created June 18, 2023 15:40
minecraft recipe unlock context list

Minecraft Recipe Unlock Context List

version: Minecraft 1.20.10.22~

Context description
AlwaysUnlocked Always unlocked, regardless of the situation.
None Always unlock, Don't show in recipes
PlayerHasManyItems Hold 10 or more stacks of items in inventory
PlayerInWater Step into the water.

Item Group List table

Minecraft Bedrock Edition Item Group List

グループ名 グループ名
itemGroup.name.planks 木の板材
itemGroup.name.walls
itemGroup.name.fence フェンス
itemGroup.name.fenceGate フェンス ゲート

Damage Event type table

Minecraft Bedrock Edition Item Damage Event type List

詳細(デスメッセージ)
all 力尽きた
anvil 金床で潰された
block_explosion 爆発した
charging 力尽きた
{
"format_version": "1.12.0",
"minecraft:recipe_smithing_transform": {
"description": {
"identifier": "toka7290:smithing_table_test"
},
"tags": ["smithing_table"],
"base": "toka7290:test_armor_boots",
"addition": "minecraft:netherite_ingot",
"result": "minecraft:netherite_shovel"
@toka7290
toka7290 / Commands_Method_list.js
Last active October 4, 2022 10:29
Minecraft 1.17.30.23GameTest Commands module method list
import { Commands } from "mojang-minecraft";
// Run command
Commands.run(command);
/* return values
* The return value depends on the command.
*/
// clear
{
"format_version": 2,
"header": {
"name": "GameTest Pack",
"description": "Toka game test pack",
"uuid": "73fc2c52-7611-4216-ad26-8e52de8e47f4",
"platform_locked": false,
"version": [0, 1, 0],
"min_engine_version": [1, 19, 0],
"pack_scope": "world"