Refactors

This commit is contained in:
Daniel Mills
2021-07-16 01:46:32 -04:00
parent c984eb9b8c
commit b9b30f9f53
88 changed files with 175 additions and 175 deletions

View File

@@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package com.volmit.iris.generator.noise;
package com.volmit.iris.engine.noise;
import com.volmit.iris.util.RNG;
import lombok.Getter;

View File

@@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package com.volmit.iris.generator.noise;
package com.volmit.iris.engine.noise;
import com.volmit.iris.util.M;
import com.volmit.iris.util.RNG;

View File

@@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package com.volmit.iris.generator.noise;
package com.volmit.iris.engine.noise;
import com.volmit.iris.util.RNG;