Skip to content

Commit

Permalink
Patch bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Killarexe committed Jul 6, 2024
1 parent 6750e9e commit 0995452
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 31 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## What is Dimensional Expansion?

Dimensional Expansion is a Minecraft mod avaliable on NeoForge who adds new tools and weapons for your gears, blocks and for builders, items with special poperities and the main feature that is currenly in progress is a new dimension with dungeons, villages and other structures.
Dimensional Expansion is a Minecraft mod available on NeoForge who adds new tools and weapons for your gears, blocks and for builders, items with special properties and the main feature that is currenly in progress is a new dimension with dungeons, villages and other structures.

The mod got currently an OST made my me(of course) that also working in progress but you can see some preview [here](https://soundcloud.com/killarexe).

Expand All @@ -18,15 +18,9 @@ The mod got currently an OST made my me(of course) that also working in progress
[![Curseforge](http://cf.way2muchnoise.eu/full_453574_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/dimensional-expansion)
[![ModRinth](https://img.shields.io/modrinth/dt/FSZZfnxw?logo=modrinth)](https://modrinth.com/mod/dimensional-expansion)

Also You can find a Trello bord [here](https://trello.com/b/kfmjAh6g/dimensional-expansion)

## Wiki:

You can chek the wiki [here](https://github.com/Killarexe/Dimensional-Expansion/wiki).

## How to add as a library

On the wiki you can find a **_simple_** tutorial how to add Dimensional Expansion as a dependency just [here](https://github.com/Killarexe/Dimensional-Expansion/wiki/Setup-as-a-dependency).
You can check the wiki [here](https://github.com/Killarexe/Dimensional-Expansion/wiki).

## My Projects:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ public void aiStep() {

@Override
protected void defineSynchedData(SynchedEntityData.Builder builder) {
builder.define(IS_ATTACKING, false);
builder.define(ATTACK_COOLDOWN, tickCount);
super.defineSynchedData(builder);
entityData.set(IS_ATTACKING, false);
entityData.set(ATTACK_COOLDOWN, tickCount);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ protected void registerGoals() {

@Override
protected void defineSynchedData(SynchedEntityData.Builder builder) {
entityData.set(CURRENT_ITEM, ItemStack.EMPTY);
builder.define(CURRENT_ITEM, ItemStack.EMPTY);
super.defineSynchedData(builder);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@
"height": 384,
"monster_spawn_light_level": {
"type": "minecraft:uniform",
"value": {
"min_inclusive": 0,
"max_inclusive": 7
}
"min_inclusive": 0,
"max_inclusive": 7
},
"monster_spawn_block_light_limit": 0
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "forge:add_features",
"type": "neoforge:add_features",
"biomes": "#minecraft:is_overworld",
"features": "dimensional_expansion:bassmite_ore_placed",
"step": "underground_ores"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "forge:add_features",
"type": "neoforge:add_features",
"biomes": "#dimensional_expansion:is_origin",
"features": "dimensional_expansion:emertyst_ore_placed",
"step": "underground_ores"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "forge:add_features",
"type": "neoforge:add_features",
"biomes": "#minecraft:is_end",
"features": "dimensional_expansion:palon_ore_placed",
"step": "underground_ores"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "forge:add_features",
"type": "neoforge:add_features",
"biomes": "dimensional_expansion:purpleheart_forest",
"features": "dimensional_expansion:purple_berry_bush",
"step": "vegetal_decoration"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "forge:add_features",
"type": "neoforge:add_features",
"biomes": "#minecraft:is_nether",
"features": "dimensional_expansion:simix_ore_placed",
"step": "underground_ores"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "forge:add_spawns",
"type": "neoforge:add_spawns",
"biomes": "#dimensional_expansion:is_origin",
"spawners": {
"type": "dimensional_expansion:mouvet",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "forge:add_spawns",
"type": "neoforge:add_spawns",
"biomes": "#dimensional_expansion:is_origin",
"spawners": {
"type": "dimensional_expansion:headed_skeleton",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "forge:add_spawns",
"type": "neoforge:add_spawns",
"biomes": "#dimensional_expansion:is_origin",
"spawners": {
"type": "dimensional_expansion:juger",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"water_color": 4159204,
"water_fog_color": 329011,
"music": {
"sound": "dimensional_expansion:the_origin",
"sound": "dimensional_expansion:music.origin",
"min_delay": 12000,
"max_delay": 24000,
"replace_current_music": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"water_color": 4159204,
"water_fog_color": 329011,
"music": {
"sound": "dimensional_expansion:the_origin",
"sound": "dimensional_expansion:music.origin",
"min_delay": 12000,
"max_delay": 24000,
"replace_current_music": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"offset": 2
},
"music": {
"sound": "dimensional_expansion:the_origin",
"sound": "dimensional_expansion:music.origin",
"min_delay": 12000,
"max_delay": 24000,
"replace_current_music": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"offset": 2
},
"music": {
"sound": "dimensional_expansion:the_origin",
"sound": "dimensional_expansion:music.origin",
"min_delay": 12000,
"max_delay": 24000,
"replace_current_music": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@
{
"height": {
"type": "minecraft:biased_to_bottom",
"value": {
"min_inclusive": 1,
"max_inclusive": 3
}
"min_inclusive": 1,
"max_inclusive": 3
},
"provider": {
"type": "minecraft:simple_state_provider",
Expand Down

0 comments on commit 0995452

Please sign in to comment.