Textures for door & trapdoor, removed old prints

This commit is contained in:
paulevsGitch 2020-12-31 20:05:40 +03:00
parent cef6cf0fd2
commit 6db514f39f
8 changed files with 0 additions and 3 deletions

View file

@ -82,7 +82,6 @@ public class BlockSignEditScreen extends Screen {
++this.ticksSinceOpened; ++this.ticksSinceOpened;
if (!this.sign.getType().supports(this.sign.getCachedState().getBlock())) { if (!this.sign.getType().supports(this.sign.getCachedState().getBlock())) {
this.finishEditing(); this.finishEditing();
System.out.println(this.sign.getType());
} }
} }

View file

@ -47,7 +47,6 @@ public abstract class ModIntegration {
public EndFeature getFeature(String featureID, String configuredFeatureID, GenerationStep.Feature featureStep) { public EndFeature getFeature(String featureID, String configuredFeatureID, GenerationStep.Feature featureStep) {
Feature<?> feature = Registry.FEATURE.get(getID(featureID)); Feature<?> feature = Registry.FEATURE.get(getID(featureID));
ConfiguredFeature<?, ?> featureConfigured = BuiltinRegistries.CONFIGURED_FEATURE.get(getID(configuredFeatureID)); ConfiguredFeature<?, ?> featureConfigured = BuiltinRegistries.CONFIGURED_FEATURE.get(getID(configuredFeatureID));
System.out.println(feature + " " + featureConfigured);
return new EndFeature(feature, featureConfigured, featureStep); return new EndFeature(feature, featureConfigured, featureStep);
} }

View file

@ -49,7 +49,6 @@ public class BigEtherTreeFeature extends DefaultFeature {
int rotCount = MHelper.randRange(5, 7, random); int rotCount = MHelper.randRange(5, 7, random);
float startRad = MathHelper.lerp(splinePos, 2.3F, 0.8F) * 0.8F; float startRad = MathHelper.lerp(splinePos, 2.3F, 0.8F) * 0.8F;
Vector3f start = SplineHelper.getPos(trunk, splinePos * (trunk.size() - 1)); Vector3f start = SplineHelper.getPos(trunk, splinePos * (trunk.size() - 1));
System.out.println(start + " " + startRad + " " + branch.size());
for (int j = 0; j < rotCount; j++) { for (int j = 0; j < rotCount; j++) {
float angle = startAngle + (float) j / rotCount * MHelper.PI2; float angle = startAngle + (float) j / rotCount * MHelper.PI2;
List<Vector3f> br = SplineHelper.copySpline(branch); List<Vector3f> br = SplineHelper.copySpline(branch);

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB