This commit is contained in:
2024-08-07 09:45:15 +02:00
commit 9d7b1e71ce
88 changed files with 21647 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"format_version": "1.20.13",
"minecraft:block": {
"description": {
"identifier": "cc:cracked_glass",
"menu_category": {
"category": "construction",
"is_hidden_in_commands": false
}
},
"components": {
"minecraft:light_dampening": 0,
"minecraft:material_instances": {
"*": {
"render_method": "blend"
}
}
}
}
}

View File

@@ -0,0 +1,12 @@
{
"format_version": "1.19.50",
"minecraft:camera_preset": {
"identifier": "example:custom",
"inherit_from": "minecraft:free",
"pos_x": 30,
"pos_y": 90,
"pos_z": -20,
"rot_x": 10,
"rot_y": 40
}
}

View File

View File

@@ -0,0 +1,62 @@
{
"format_version": "1.10.0",
"minecraft:entity": {
"description": {
"identifier": "cc:floating_text",
"is_spawnable": true,
"is_summonable": true,
"is_experimental": false
},
"components": {
"minecraft:type_family": {
"family": ["floatingtext"]
},
"minecraft:health": {
"value": 999999999,
"max": 999999999
},
"minecraft:collision_box": {
"width": 0.6,
"height": 1.8
},
"minecraft:nameable": {
"alwaysShow": true,
"allowNameTagRenaming": true
},
"minecraft:fire_immune": true,
"minecraft:scale": {
"value": 0
},
"minecraft:knockback_resistance": {
"value": 1
},
"minecraft:physics": {
"has_gravity": false
},
"minecraft:pushable": {
"is_pushable": false
},
"minecraft:damage_sensor": {
"triggers": {
"cause": "all",
"deals_damage": false,
"on_damage": {
"event": "left_click"
}
}
}
},
"component_groups": {},
"events": {
"left_click": {
"run_command": {
"target": "self",
"command": [
"tag @s add edit",
"execute @s[tag=edit] ~ ~ ~ execute @e[tag=floating] ~ ~ ~ function floating_text_function/menu_edit_multi/edit"
]
}
}
}
}
}

View File

@@ -0,0 +1,3 @@
summon cc:floating_text ~ ~ ~ "§f[§aUse Name Tag§f]"
playsound lodestone_compass.link_compass_to_lodestone @s ~ ~ ~
titleraw @s actionbar {"rawtext":[{"text":"§l§7[§6Floating §bText§7]§r §a\n§2Floating text spawned template"}]}

View File

@@ -0,0 +1,33 @@
{
"format_version": 2,
"metadata": {
"authors": ["Me and my cat"]
},
"header": {
"name": "Reeks2Missie9BP",
"description": "De behavior pack voor Reeks 2 Missie 9",
"uuid": "2d4894af-d185-4b31-8ec8-265d585ee3fb",
"version": [1, 0, 0],
"min_engine_version": [1, 20, 0]
},
"modules": [
{
"description": "Script resources",
"language": "javascript",
"type": "script",
"uuid": "9d9d8955-50eb-4093-84af-2012ec37f049",
"version": [1, 0, 1],
"entry": "scripts/main.js"
}
],
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.12.0-beta"
},
{
"uuid": "0b55c95c-33d9-4cef-8040-3607704aa2a2",
"version": [1, 0, 0]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB