mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-25 16:38:33 +01:00
r34!
This commit is contained in:
parent
b00e214217
commit
69013d3583
4 changed files with 10 additions and 4 deletions
|
@ -15,7 +15,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
|
||||||
//I'm doing this because people made me do it. Even though it never worked properly when I tried it. Sigh.
|
//I'm doing this because people made me do it. Even though it never worked properly when I tried it. Sigh.
|
||||||
apply plugin: 'idea'
|
apply plugin: 'idea'
|
||||||
|
|
||||||
version = "1.9-r33"
|
version = "1.9.4-r34"
|
||||||
group = "de.ellpeck.actuallyadditions"
|
group = "de.ellpeck.actuallyadditions"
|
||||||
archivesBaseName = "ActuallyAdditions"
|
archivesBaseName = "ActuallyAdditions"
|
||||||
|
|
||||||
|
|
|
@ -13,9 +13,7 @@ package de.ellpeck.actuallyadditions.mod.gen;
|
||||||
import net.minecraft.block.*;
|
import net.minecraft.block.*;
|
||||||
import net.minecraft.block.state.IBlockState;
|
import net.minecraft.block.state.IBlockState;
|
||||||
import net.minecraft.init.Blocks;
|
import net.minecraft.init.Blocks;
|
||||||
import net.minecraft.tileentity.TileEntity;
|
|
||||||
import net.minecraft.util.EnumFacing;
|
import net.minecraft.util.EnumFacing;
|
||||||
import net.minecraft.util.math.BlockPos;
|
|
||||||
import net.minecraft.world.World;
|
import net.minecraft.world.World;
|
||||||
import net.minecraft.world.gen.structure.StructureBoundingBox;
|
import net.minecraft.world.gen.structure.StructureBoundingBox;
|
||||||
import net.minecraft.world.gen.structure.StructureComponent;
|
import net.minecraft.world.gen.structure.StructureComponent;
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
# 1.9.4-r34
|
||||||
|
### MINECRAFT 1.9.4!!
|
||||||
|
* Made special drops dependent on the looting level you have
|
||||||
|
* Made drop chances for wings, solid xp and cobweb more common
|
||||||
|
* Added spawner changer to creative tab
|
||||||
|
* API Version 14 because of multiple changes
|
||||||
|
|
||||||
# 1.9-r33
|
# 1.9-r33
|
||||||
* Made Growth Ring performance better
|
* Made Growth Ring performance better
|
||||||
* Centered page number in booklet
|
* Centered page number in booklet
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
1.7.10=21
|
1.7.10=21
|
||||||
1.8.9=26
|
1.8.9=26
|
||||||
1.9=33
|
1.9=33
|
||||||
|
1.9.4=34
|
Loading…
Reference in a new issue