fast easy place now detects click

This commit is contained in:
ForestOfLight
2025-11-14 01:47:55 -08:00
Unverified
parent 9b837d4aa7
commit 98bbc6e9ef
2 changed files with 33 additions and 13 deletions
+6 -2
View File
@@ -1,21 +1,25 @@
{
"format_version": "1.20.30",
"format_version": "1.20.50",
"minecraft:item": {
"description": {
"identifier": "construct:easy_place",
"category": "Items"
},
"components": {
"minecraft:max_stack_size": 1,
"minecraft:icon": {
"texture": "construct:easy_place"
},
"minecraft:display_name": {
"value": "Easy Place"
},
"minecraft:max_stack_size": 1,
"minecraft:wearable": {
"dispensable": true,
"slot": "slot.weapon.offhand"
},
"minecraft:use_modifiers": {
"use_duration": 3600,
"movement_modifier": 1
}
}
}