mojira.dev

PopLopChop

Assigned

No issues.

Reported

MC-225026 The /summon command doesn't accurately summon entities on the right coordinates. Works As Intended MC-224428 Raw ore blocks can generate as floating blocks in ore veins Fixed MC-207183 Chunk borders cause severe lag upon crossing them. Duplicate MC-202782 The game recognises an impulse command block as a repeating command block. Awaiting Response MC-196580 The game doesn’t detect daytime using a predicate Invalid MC-155471 The camera is all jittery when I move it Awaiting Response MC-149902 Game lags when place or break blocks Duplicate MC-139108 18w45 Duplicate

Comments

I use a simple predicate in a datapack. It checks if the time is between 12100 and 23300 (which is around night time).

{
"condition": "minecraft:time_check",
"value": {
"min": 12100,
"max": 23300
}
}

When I run a command to test for the predicate and the daytime value is between 12100 and 23300 (ex. 16969), the game doesn't register that.
/execute if predicate light:night run say 1

But once I manually run a command /time set 16969, the game instantly registers the daytime and outputs the result.