Files
Pumpkin/assets/game_rules.json
Alexander Medvedev 58583da4c1 Port to 1.21.9
I did not update density functions because i'm too lazy to refactor a bunch of things because Mojang decided to remove "initial_density_without_jaggedness", but i will in the future
2025-10-02 18:27:10 +02:00

61 lines
1.7 KiB
JSON

{
"allowEnteringNetherUsingPortals": true,
"allowFireTicksAwayFromPlayer": false,
"announceAdvancements": true,
"blockExplosionDropDecay": true,
"commandBlockOutput": true,
"commandBlocksEnabled": true,
"commandModificationBlockLimit": 32768,
"disableElytraMovementCheck": false,
"disablePlayerMovementCheck": false,
"disableRaids": false,
"doDaylightCycle": true,
"doEntityDrops": true,
"doFireTick": true,
"doImmediateRespawn": false,
"doInsomnia": true,
"doLimitedCrafting": false,
"doMobLoot": true,
"doMobSpawning": true,
"doPatrolSpawning": true,
"doTileDrops": true,
"doTraderSpawning": true,
"doVinesSpread": true,
"doWardenSpawning": true,
"doWeatherCycle": true,
"drowningDamage": true,
"enderPearlsVanishOnDeath": true,
"fallDamage": true,
"fireDamage": true,
"forgiveDeadPlayers": true,
"freezeDamage": true,
"globalSoundEvents": true,
"keepInventory": false,
"lavaSourceConversion": false,
"locatorBar": true,
"logAdminCommands": true,
"maxCommandChainLength": 65536,
"maxCommandForkCount": 65536,
"maxEntityCramming": 24,
"mobExplosionDropDecay": true,
"mobGriefing": true,
"naturalRegeneration": true,
"playersNetherPortalCreativeDelay": 0,
"playersNetherPortalDefaultDelay": 80,
"playersSleepingPercentage": 100,
"projectilesCanBreakBlocks": true,
"pvp": true,
"randomTickSpeed": 3,
"reducedDebugInfo": false,
"sendCommandFeedback": true,
"showDeathMessages": true,
"snowAccumulationHeight": 1,
"spawnMonsters": true,
"spawnRadius": 10,
"spawnerBlocksEnabled": true,
"spectatorsGenerateChunks": true,
"tntExplodes": true,
"tntExplosionDropDecay": false,
"universalAnger": false,
"waterSourceConversion": true
}