Skip to content

Commit

Permalink
update testmod condition
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDeathlyCow committed Apr 13, 2024
1 parent 837caeb commit 4c40fc9
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/testmod/resources/data/thermoo-test/predicates/is_warm.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"thermoo.temperature": {
"scale": {
"min": 0
}
}
"condition": "thermoo:temperature",
"value": {
"min": 0
}
}

0 comments on commit 4c40fc9

Please sign in to comment.