We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8acafaa commit fa03623Copy full SHA for fa03623
1 file changed
gm4_furniture/data/gm4_furniture/advancement/interact_with_furniture.json
@@ -3,7 +3,21 @@
3
"interact_with_furniture": {
4
"trigger": "minecraft:player_interacted_with_entity",
5
"conditions": {
6
- "player": [],
+ "player": [
7
+ {
8
+ "condition": "minecraft:entity_properties",
9
+ "entity": "this",
10
+ "predicate": {
11
+ "type_specific": {
12
+ "type": "minecraft:player",
13
+ "gamemode": [
14
+ "survival",
15
+ "creative"
16
+ ]
17
+ }
18
19
20
+ ],
21
"entity": [
22
{
23
"condition": "minecraft:entity_properties",
0 commit comments