Skip to content

Commit

Permalink
added custom mushroom assets
Browse files Browse the repository at this point in the history
  • Loading branch information
dags- committed Mar 17, 2020
1 parent c376a35 commit aa8ead4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -52,7 +52,6 @@
public class TemplateFeature extends Feature<TemplateFeatureConfig> {

private final List<BlockInfo> blocks;
private final BlockReader reader = new BlockReader();

private TemplateFeature(List<BlockInfo> blocks) {
super(TemplateFeatureConfig::deserialize);
Expand All @@ -63,6 +62,7 @@ private TemplateFeature(List<BlockInfo> blocks) {
public boolean place(IWorld world, ChunkGenerator<?> generator, Random rand, BlockPos origin, TemplateFeatureConfig config) {
Mirror mirror = getMirror(rand);
Rotation rotation = getRotation(rand);
BlockReader reader = new BlockReader();

boolean placed = false;
for (BlockInfo block : blocks) {
Expand Down

0 comments on commit aa8ead4

Please sign in to comment.