Skip to content

Commit

Permalink
Added README file
Browse files Browse the repository at this point in the history
  • Loading branch information
Max094Reikeb committed Feb 8, 2024
1 parent d7abf9e commit dd58795
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# NotEnoughGamerules #

NotEnoughGamerules is a mod that adds a lot of new Gamerules in the game for you to play with.

## About

[![Modrinth](https://modrinth-utils.vercel.app/api/badge/versions?id=yyfwBmX3&logo=true&last=true)](https://www.modrinth.com/mod/not-enough-gamerules/versions)
[![CurseForge](http://cf.way2muchnoise.eu/versions/619667.svg)](https://www.curseforge.com/minecraft/mc-mods/not-enough-gamerules-fabric)

![Java CI with Gradle](https://github.com/MModding/NotEnoughGamerules/workflows/Java%20CI%20with%20Gradle/badge.svg?branch=main)

## Gamerules
[BOOLEAN] `alwaysSpawnDragonEgg` - if set to true, each time the EnderDragon dies, it will spawn a dragon egg<br />
[BOOLEAN] `anvilDamage` - if set to false, falling anvils won't damage mobs and players<br />
[BOOLEAN] `canCopperOxide` - if set to false, copper won't be able to oxide, even unwaxed<br />
[BOOLEAN] `canEntityInteractWithBlocks` - if set to false, entities won't be able to interact with blocks<br />
[BOOLEAN] `canEntityInteractWithEntities` - if set to false, entities won't be able to interact with entities<br />
[BOOLEAN] `canEntityInteractWithWorld` - if set to false, entities won't be able to interact with the world<br />
[BOOLEAN] `canHurtPetMobs` - if set to false, owners won't be able to hurt their pets<br />
[BOOLEAN] `canPlayerSleep` - if set to false, player's wont be able to put themselves to bed<br />
[BOOLEAN] `canPlayerTakeDamage` - if false, players won't be able to take any damage<br />
[BOOLEAN] `disableChat` - if set to true, player won't be able to talk in the chat<br />
[BOOLEAN] `disableDimensionChange` - if set to true, entities won't be able to change dimension<br />
[BOOLEAN] `disableKnockback` - if set to true, the knockback dealed when hit will be disabled<br />
[BOOLEAN] `disablePistons` - if set to true, pistons will be disabled<br />
[BOOLEAN] `doBabiesSpawn` - if set to false, mobs won't be able to reproduct because babies won't naturally spawn<br />
[BOOLEAN] `doCoralNeedWater` - if false, corals will be able to survive outside of water<br />
[BOOLEAN] `doIceForm` - if false, ice won't be able to form<br />
[BOOLEAN] `doIceMelt` - if false, ice won't be able to melt<br />
[BOOLEAN] `doSnowForm` - if false, snow won't be able to form<br />
[BOOLEAN] `doSnowMelt` - if false, snow won't be able to melt<br />
[BOOLEAN] `doTransformations` - if set to false, mobs transformations (villager to with, zombie to drowned, ...) are impossible<br />
[INTEGER] `dragonBreathDamage` - defines dragon breath damages for mobs and players (-1 by default uses vanilla values)<br />
[INTEGER] `explosionDamage` - defines explosion damages for mobs and players (-1 by default uses vanilla values)<br />
[BOOLEAN] `fallingBlocksDamage` - if true, players and mobs will take falling blocks damage<br />
[BOOLEAN] `keepEffects` - if true, players and mob will keep potion effects after death<br />
[BOOLEAN] `keepXp` - if true, players will keep xp after death (separated from gamerule keepInventory<br />
[INTEGER] `lightningDamage` - defines lightning damages for mobs and players (-1 by default uses vanilla values)<br />
[INTEGER] `naturalHunger` - defines minimal food level you can get down to (-1 by default uses vanilla values)<br />
[INTEGER] `poisonHealth` - defines how much hearts the poison effect leaves you (1 by default is vanilla value)<br />
[BOOLEAN] `pvp` - if set to false, player can't hurt each other<br />
[INTEGER] `rawMeatHunger` - defines the percentage of "chance" to get hunger effect if you eat raw meat<br />
[INTEGER] `skyHigh` - defines the minimal high a player has to be if he doesn't want to take damages<br />
[BOOLEAN] `stalactiteDamage` - if true, players and mob will take damage from falling stalactites<br />
[BOOLEAN] `tntExplodes` - if set to false, TNTs won't explode<br />
[INTEGER] `villagerConversion` - defines the percentage of chance a villager has to turn into a Zombie Villager when killed by a Zombie<br />

## Contributing
This mod is no longer updated. Feel free however to check the new Quilt version.

## License
All Rights Reserved.

0 comments on commit dd58795

Please sign in to comment.