Skip to content

Commit

Permalink
version 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
YanisBft committed Aug 5, 2023
1 parent 6c7af38 commit aa368d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,19 @@ dependencies {
```
Then, add the version in your ``gradle.properties``:
```properties
mooblooms_version = 1.5.2
mooblooms_version = 1.5.3
```

#### Available settings
* ``name(Identifier name)`` (**required**)
* ``blockState(BlockState state)`` (**required**)
* ``blockStateRenderer(float scaleX, float scaleY, float scaleZ, double translationX, double translationY, double translationZ)``
* ``blockStateRenderer(Vec3f scale, Vec3d translation)``
* ``blockStateRenderer(Vector3f scale, Vec3d translation)``
* ``fireImmune()``
* ``validBlocks(Tag<Block> blocks)``
* ``validBlocks(List<Block> blocks)``
* ``cannotPlaceBlocks()``
* ``ignoredEffects(List<StatusEffect> effects)``
* ``ignoredDamageSources(List<DamageSource> damageSources)``
* ``ignoredDamageTypes(List<RegistryKey<DamageType>> damageTypes)``
* ``particle(ParticleEffect particle)``
* ``lootTable(Identifier lootTable)``
* ``spawnEntry(SpawnEntry spawnEntry)``
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.14.22

# Mod Properties
mod_version = 1.5.2
mod_version = 1.5.3
maven_group = com.yanisbft
archives_base_name = mooblooms

Expand Down

0 comments on commit aa368d3

Please sign in to comment.